BerryFirmness constructor

BerryFirmness({
  1. int? id,
  2. String? name,
  3. List<NamedAPIResource>? berries,
  4. List<Names>? names,
})

Implementation

BerryFirmness({this.id, this.name, this.berries, this.names});