ParseLiveList<T extends ParseObject> class
Properties
Methods
-
after(
T object1, T object2) → bool - is object1 listed after object2? can return null
-
dispose(
) → void -
getAt(
int index) → Stream< T> -
getIdentifier(
int index) → String -
getLoadedAt(
int index) → T -
getPreLoadedAt(
int index) → T -
idOf(
int index) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
create<
T extends ParseObject> (QueryBuilder< T> _query, {bool listenOnAllSubItems, List<String> listeningIncludes, bool lazyLoading = true, List<String> preloadedColumns}) → Future<ParseLiveList< T> >