Grinder class

The tool used for grinding coffee beans.

Constructors

Grinder({required String make, required String model, bool? stepped, GrinderType? type, GrinderRange? range})
The tool used for grinding coffee beans.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
make String
The "brand" or company that makes this grinder.
final
model String
The name of the grinder.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
range GrinderRange?
The range of the grinder adjustment size.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepped bool?
A stepped grinder refers to how the adjustments of grind sizes are made. Typically, only burr grinders have this option.
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
type GrinderType?
The grinder type: a burr or blade grinder.
final

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