weightKilograms property

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

Implementation

@JsonKey(name: 'WeightKilograms', includeIfNull: false)
final double? weightKilograms;