endDate property

  1. @JsonKey.new(name: 'end_date')
DateTime? endDate
final

Implementation

@JsonKey(name: 'end_date')
final DateTime? endDate;