totalWeightKg property

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

Implementation

@JsonKey(name: 'TotalWeightKg', includeIfNull: false)
final int? totalWeightKg;