StatedConsumerPatternBuilder<TS extends Stated> class

Properties

buildAction CallBuilder<StatedConsumerPatternBuilder<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>, ValueConsumer<TS>>
error(OnState<TS> onState, ValueConsumer<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, ContextConsumer? builder) → void
value<T>(OnState<TS> onState, ValueConsumer<T>? builder) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited