batchDate property

  1. @JsonKey.new(name: 'BatchDate', includeIfNull: false)
DateTime? batchDate
final

Implementation

@JsonKey(name: 'BatchDate', includeIfNull: false)
final DateTime? batchDate;