estimateDate property

  1. @JsonKey.new(name: 'EstimateDate', includeIfNull: false)
String? estimateDate
final

Implementation

@JsonKey(name: 'EstimateDate', includeIfNull: false)
final String? estimateDate;