StateWatcherImpl class

Implemented types

Constructors

StateWatcherImpl({required dynamic onRegisterState(RxState), required MutBox<BuildContext> context})
const

Properties

context MutBox<BuildContext>
final
hashCode int
The hash code for this object.
no setterinherited
onRegisterState → dynamic Function(RxState)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

controller<C extends IController>() → C
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
watch<T>(RxState<T> state) → T?
override

Operators

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