NUIListViewModel<T, C> class
Constructors
-
NUIListViewModel({String? id, bool skeletalLoading = false, bool paginationLoading = false, List<
T> ? newData, bool reachedEnd = false, bool swipeRefreshing = false, bool success = false, List<T> ? data, bool appending = false, String? message, String? errorCode, C? cursor, UpdateListMap? updateCheckedMap, UpdateListMap? updateConfigMap})
Properties
- appending → bool
-
final
- cursor → C?
-
final
-
data
→ List<
T> ? -
final
- errorCode → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- message → String?
-
final
-
newData
→ List<
T> ? -
final
- paginationLoading ↔ bool
-
getter/setter pair
- reachedEnd → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skeletalLoading ↔ bool
-
getter/setter pair
- success → bool
-
final
- swipeRefreshing ↔ bool
-
getter/setter pair
- updateCheckedMap → UpdateListMap?
-
final
- updateConfigMap → UpdateListMap?
-
final
Methods
-
isLoading(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited