Brand constructor

  1. @JsonSerializable(includeIfNull: false)
const Brand({
  1. String? color,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory Brand({
  String? color,
}) = _Brand;