percentEstimate property
getter/setter pair
Implementation
@JsonKey(
name: 'percent_estimate',
includeIfNull: false,
fromJson: JsonObject.parseDouble)
double? percentEstimate;
@JsonKey(
name: 'percent_estimate',
includeIfNull: false,
fromJson: JsonObject.parseDouble)
double? percentEstimate;