receiveDate property

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

Implementation

@JsonKey(name: 'ReceiveDate', includeIfNull: false)
final DateTime? receiveDate;