insurance property

  1. @JsonKey(name: 'insurance', fromJson: stringToMoney, toJson: moneyToString)
double? insurance
final

Implementation

@JsonKey(name: 'insurance', fromJson: stringToMoney, toJson: moneyToString)
final double? insurance;