startDate property

  1. @JsonKey.new(name: 'start_date')
int? startDate
final

Implementation

@JsonKey(name: 'start_date')
final int? startDate;