BrewType enum

Brew types are helpful for also figuring out the volume the coffee was brewed in.

Inheritance

Constructors

BrewType()
const

Values

prismo → const BrewType

Pressure actuated valve method for your AeroPress methods

cupping → const BrewType

Cupping-style coffee.

aeroPress → const BrewType

The manual coffee press. More information at AeroPress.

pourOver → const BrewType

Method of pouring hot water onto ground coffee beans via manually.

drip → const BrewType

Method of pouring hot water onto ground coffee beans via an electric machine.

coldBrew → const BrewType

The process of steep non-hot water in grounds.

espresso → const BrewType

The pressurized coffee processed of pushing hot water throughout a "puck" of coffee.

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<BrewType>
A constant List of the values in this enum, in order of their declaration.