totalWeight property

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

Implementation

@JsonKey(name: 'total_weight', includeIfNull: false)
final int? totalWeight;