maxDate property

  1. @JsonKey.new(name: 'maxDate')
DateTime? maxDate
getter/setter pair

Implementation

@JsonKey(name: 'maxDate')
DateTime? maxDate;