ParseLiveList<T extends ParseObject> class

Properties

hashCode int
The hash code for this object.
no setterinherited
includes List<String>
no setter
nextID int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setter
stream Stream<ParseLiveListEvent<T>>
no setter

Methods

after(T object1, T object2) bool?
is object1 listed after object2?
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 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

Static Methods

create<T extends ParseObject>(QueryBuilder<T> query, {bool? listenOnAllSubItems, List<String>? listeningIncludes, bool lazyLoading = true, List<String>? preloadedColumns}) Future<ParseLiveList<T>>