asString static method
- BatchState? batchState
Get the String representation of a BatchState.
Implementation
static String? asString(BatchState? batchState) => batchState?.toString();
Get the String representation of a BatchState.
static String? asString(BatchState? batchState) => batchState?.toString();