StatedBuilderPatternBuilder<TS extends Stated> class
Constructors
-
StatedBuilderPatternBuilder(CallBuilder<
StatedBuilderPatternBuilder< buildAction)TS> >
Properties
-
buildAction
→ CallBuilder<
StatedBuilderPatternBuilder< TS> > -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → Map< OnState< TS> , ValueWidgetBuilder<Stated> > -
error(
OnState< TS> onState, ValueWidgetBuilder<Object> builder) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unit(
OnState< TS> onState, TransitionBuilder builder) → void -
value<
T> (OnState< TS> onState, ValueWidgetBuilder<T> builder) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited