PlexViewViewModel<Sc extends PlexView, St extends PlexViewState<Sc>> class

Constructors

PlexViewViewModel.new()

Properties

context BuildContext?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → St?
The State of Screen ()
no setter

Methods

hideLoading() → dynamic
isLoading() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setState(St state) → dynamic
Set the State of Screen on Init
showLoading() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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