FastViewModel class
- Inheritance
-
- Object
- Listenable
- Model
- FastViewModel
- Mixed-in types
Constructors
Properties
- dataController ↔ StreamController
-
getter/setter pair
- dataList ↔ List
-
getter/setter pair
- datas ↔ dynamic
-
getter/setter pair
- finishCallBack ↔ ApiCallBack?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inDataController → Sink
-
no setter
- isLoading ↔ bool
-
getter/setter pair
- listenerCount → int
-
Returns the number of listeners listening to this model.
no setterinherited
- pageOptionModel ↔ PageOptionModel
-
getter/setter pairinherited
- pageResultModel ↔ PageResultModel
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startCallBack ↔ ApiCallBack?
-
getter/setter pair
- stream → Stream
-
no setter
Methods
-
addListener(
VoidCallback listener) → void -
listener
will be invoked when the model changes.inherited -
addRequestListener(
{ApiCallBack? start, ApiCallBack? finish, ApiCallBack? lastCallBack}) → void -
dataModelFromJson(
dynamic data, dynamic model, [dynamic dataController]) → void -
dataModelListFromJson(
dynamic data, dynamic model, [dynamic dataController]) → List -
dispose(
) → void -
finish(
) → void -
getData(
) → dynamic -
loadMoreData(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
Should be called only by
Model
when the model has changed.inherited -
refreshData(
) → void -
removeListener(
VoidCallback listener) → void -
listener
will no longer be invoked when the model changes.inherited -
start(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateViewModel(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited