months property

  1. @JsonKey.new(name: 'months', defaultValue: <MonthDetail>[])
List<MonthDetail>? months
final

Implementation

@JsonKey(name: 'months', defaultValue: <MonthDetail>[])
final List<MonthDetail>? months;