Collections class

Constructors

Collections(ApiCall apicall, CollectionsApiCall collectionsApiCall)

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

create(Schema schema) Future<Schema>
Creates a new collection with the schema.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve() Future<List<Schema>>
Returns Schema of all your collections. The collections are returned sorted by creation date, with the most recent collections appearing first.
toString() String
A string representation of this object.
inherited

Operators

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

Constants

resourcepath → const String