totalWeightLbs property

  1. @JsonKey.new(name: 'TotalWeightLbs', includeIfNull: false)
int? totalWeightLbs
final

Implementation

@JsonKey(name: 'TotalWeightLbs', includeIfNull: false)
final int? totalWeightLbs;