tipPercentage property

  1. @JsonKey(name: 'tip_percentage', fromJson: _stringToDouble, defaultValue: 0.0)
double tipPercentage
final

The suggested tip percentage

Implementation

@JsonKey(name: 'tip_percentage', fromJson: _stringToDouble, defaultValue: 0.0)
final double tipPercentage;