AwObject class abstract

Constructors

AwObject()

Properties

awClientHelper AwClientHelper?
no setter
awServerHelper AwServerHelper?
no setter
collectionId String
getter/setter pair
documentId String
getter/setter pair
enum_values2 Map<String, List<String>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createGetDocumentClientSdk({List<String>? permissions}) Future<Document>
createGetDocumentServerSdk() Future<Document>
createObjectClientSdk({List<String>? permissions}) Future
createObjectServerSdk() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
toObject(dynamic doc) AwObject
toString() String
A string representation of this object.
inherited
updateGetDocumentClientSdk({List<String>? permissions}) Future<Document>
updateGetDocumentServerSdk() Future<Document>
updateObjectClientSdk({List<String>? permissions}) Future
updateObjectServerSdk() Future

Operators

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

Static Properties

enum_values Map<String, List<String>>
getter/setter pair