weightInCaseOunces property

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

Implementation

@JsonKey(name: 'WeightInCaseOunces', includeIfNull: false)
final double? weightInCaseOunces;