weightPounds property

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

Implementation

@JsonKey(name: 'WeightPounds', includeIfNull: false)
final double? weightPounds;