toDate property

  1. @JsonKey.new(name: 'toDate', includeIfNull: false, defaultValue: <DateTime>[])
List<DateTime>? toDate
final

Implementation

@JsonKey(name: 'toDate', includeIfNull: false, defaultValue: <DateTime>[])
final List<DateTime>? toDate;