percentEstimate property

double? percentEstimate
getter/setter pair

Implementation

@JsonKey(
    name: 'percent_estimate',
    includeIfNull: false,
    fromJson: JsonObject.parseDouble)
double? percentEstimate;