transactionDate property

  1. @JsonKey.new(name: 'TransactionDate', includeIfNull: false)
String? transactionDate
final

Implementation

@JsonKey(name: 'TransactionDate', includeIfNull: false)
final String? transactionDate;