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