DocumentRepository class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bindDocumentToClass(
BindDocumentParams params) → Future< BindDocumentResult?> -
createDocument(
CreateDocumentParams param) → Future< CreateDocumentResult?> -
deleteDocument(
DeleteDocumentParams params) → Future< BindDocumentResult?> -
getClassDocuments(
GetDocumentsParams params) → Future< DocumentResult?> -
getCosToken(
TGetCosTokenParam params) → Future< TGetCosTokenResult?> -
getDocuments(
GetDocumentsParams params) → Future< DocumentResult?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unbindDocumentFromClass(
BindDocumentParams params) → Future< BindDocumentResult?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited