firstMonth property

  1. @JsonKey.new(name: 'first_month', toJson: _dateToJson)
DateTime? firstMonth
final

Implementation

@JsonKey(name: 'first_month', toJson: _dateToJson)
final DateTime? firstMonth;