BreweryType enum

BreweryType

Filter byType by type of brewery using BreweryType.


Must be one of:

  • micro - Most craft breweries. For example, Samual Adams is still considered a micro brewery.
  • nano - An extremely small brewery which typically only distributes locally.
  • regional - A regional location of an expanded brewery. Ex. Sierra Nevada's Asheville, NC location.
  • brewpub - A beer-focused restaurant or restaurant/bar with a brewery on-premise.
  • planning - A brewery in planning or not yet opened to the public.
  • contract - A brewery that uses another brewery's equipment.
  • proprietor - Similar to contract brewing but refers more to a brewery incubator.
  • closed - A location which has been closed.

Example 1:

OpenBreweryDb.listBreweries(byType: BreweryType.micro)
Inheritance

Constructors

BreweryType()
const

Values

micro → const BreweryType

micro - Most craft breweries. For example, Samual Adams is still considered a micro brewery.

nano → const BreweryType

nano - An extremely small brewery which typically only distributes locally.

regional → const BreweryType

regional - A regional location of an expanded brewery. Ex. Sierra Nevada's Asheville, NC location.

brewpub → const BreweryType

brewpub - A beer-focused restaurant or restaurant/bar with a brewery on-premise.

planning → const BreweryType

planning - A brewery in planning or not yet opened to the public.

contract → const BreweryType

contract - A brewery that uses another brewery's equipment.

proprietor → const BreweryType

proprietor - Similar to contract brewing but refers more to a brewery incubator.

closed → const BreweryType

closed - A location which has been closed.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<BreweryType>
A constant List of the values in this enum, in order of their declaration.