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

Constructors

StackFitUtility(T builder(StackFit))
const

Properties

builder → T Function(StackFit)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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