Presenter<FS> class

Constructors

Presenter()

Properties

container UseCaseContainer
no setter
flutterState → FS
no setter
hashCode int
The hash code for this object.
no setterinherited
loading ValueListenable<bool>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
init() FutureOr<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runContext(void handle(BuildContext context)) → void
setLoading(bool value) → void
inherited
stream<V>(dynamic getter, {bool distinct = true}) ValueStream<V>
toString() String
A string representation of this object.
inherited
updateUI() → void
useCase<U>() → U

Operators

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