isFirstBatch property

  1. @JsonKey.new(name: 'IsFirstBatch', includeIfNull: false)
bool? isFirstBatch
final

Implementation

@JsonKey(name: 'IsFirstBatch', includeIfNull: false)
final bool? isFirstBatch;