numberOfUnits property

  1. @JsonKey(name: 'number_of_units', includeIfNull: false, fromJson: JsonObject.parseInt)
int? numberOfUnits
getter/setter pair

Implementation

@JsonKey(
  name: 'number_of_units',
  includeIfNull: false,
  fromJson: JsonObject.parseInt,
)
int? numberOfUnits;