asString static method

String? asString(
  1. BatchState? batchState
)

Get the String representation of a BatchState.

Implementation

static String? asString(BatchState? batchState) => batchState?.toString();