ParseLiveElement<T extends ParseObject> class

Inheritance

Constructors

ParseLiveElement(T object, {bool loaded = false, List<String>? includeObject})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
loaded bool
read-onlyinherited
object ↔ T
read / writeinherited
queryBuilder QueryBuilder<T>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stream Stream<T>
read-onlyinherited

Methods

dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reconnected() Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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