state property

  1. @JsonKey(name: 'state', fromJson: BatchState.fromString, toJson: BatchState.asString)
BatchState? state
final

Implementation

@JsonKey(
    name: 'state',
    fromJson: BatchState.fromString,
    toJson: BatchState.asString)
final BatchState? state;