StackFitUtility<T extends Attribute> class
A utility class for creating Attribute instances from StackFit values.
This class extends ScalarUtility and provides methods to create Attribute instances from predefined StackFit values.
- Inheritance
-
- Object
- MixUtility<
T, StackFit> - ScalarUtility<
T, StackFit> - StackFitUtility
Constructors
- StackFitUtility(T builder(StackFit))
-
const
Properties
Methods
-
call(
StackFit value) → T -
inherited
-
expand(
) → T - Creates an Attribute instance with StackFit.expand.
-
loose(
) → T - Creates an Attribute instance with StackFit.loose.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
passthrough(
) → T - Creates an Attribute instance with StackFit.passthrough.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited