TabNavigationPresenter<FS> mixin

Superclass Constraints

Properties

container UseCaseContainer
no setterinherited
currentTab String
no setter
currentTabStream ValueStream<String>
no setter
flutterState → FS
no setterinherited
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
tabNavigation TabNavigation
no setter

Methods

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

Operators

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