Flavors constructor

Flavors({
  1. NamedAPIResource? flavor,
  2. int? potency,
})

Implementation

Flavors({this.flavor, this.potency});