months property

  1. @JsonKey.new(name: 'Months', includeIfNull: false)
int? months
final

Implementation

@JsonKey(name: 'Months', includeIfNull: false)
final int? months;