AGConnectCloudDBZoneSnapshot class

Properties

deletedObjects List<Map<String, dynamic>>
This list contains newly deleted objects (compared with the previous snapshot) from a snapshot only after the developer registers a snapshot listener.
final
hashCode int
The hash code for this object.
no setterinherited
hasPendingWrites bool
Determines whether the snapshot contains objects that have not been synchronized to the cloud.
final
isFromCloud bool
Specifies whether the object in the snapshot is obtained from the Cloud DB zone on the cloud.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotObjects List<Map<String, dynamic>>
This list contains all objects from a snapshot.
final
upsertedObjects List<Map<String, dynamic>>
This list contains added or modified objects (compared with the previous snapshot) in a snaphot only after the developer registers a snapshot listener.
final

Methods

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

Operators

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