monthlyCost property

  1. @JsonKey.new(name: 'MonthlyCost', includeIfNull: false)
double? monthlyCost
final

Implementation

@JsonKey(name: 'MonthlyCost', includeIfNull: false)
final double? monthlyCost;