NUIListViewBloc<T, C> class

Inheritance

Constructors

NUIListViewBloc({NUIListViewCallback<T, C>? callback, NUIListViewLoader<T, C>? callbackMethod})

Properties

callback NUIListViewCallback<T, C>?
getter/setter pair
callbackMethod NUIListViewLoader<T, C>?
getter/setter pair
controller StreamController<NUIListViewModel<T, C>>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sink Sink<NUIListViewModel<T, C>?>
no setterinherited
stream Stream<NUIListViewModel<T, C>?>
no setterinherited

Methods

dispose() → void
inherited
load(bool isFirst, List<T>? current, bool append, bool skeletal, C? cursor, {Function? onLoadComplete}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(NUIListViewModel<T, C> data) → void
inherited
startPaginationLoading(bool isFirst, List<T>? current, dynamic cursor, {Function? onLoadComplete}) → void
startSkeletalLoading({Function? onLoadComplete}) → void
startSwipeRefreshLoading(List<T>? current, {Function? onLoadComplete}) → void
toString() String
A string representation of this object.
inherited

Operators

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