charge property

  1. @JsonKey(fromJson: _stringToDouble)
double? charge
final

The amount of the extra charge

Implementation

@JsonKey(fromJson: _stringToDouble)
final double? charge;