ParseLiveList<T extends ParseObject> class
Properties
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> >