maturityDate property

  1. @JsonKey(name: 'maturity_date', toJson: _dateToJson)
DateTime? maturityDate
final

Implementation

@JsonKey(name: 'maturity_date', toJson: _dateToJson)
final DateTime? maturityDate;