Collection class

Inheritance

Constructors

Collection.new(String _name, String _baseUrl)

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

deleteRecord<T>(String? recordId) Future<T>
override
newRecord<T>({String? expand, String? fields, dynamic body}) Future<T>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
record<T>(String recordId, {String? expand, String? fields}) Future<T>
override
records<T>({int? page, int? perPage, String? sort, String? filter, String? expand, String? fields, bool? skipTotal}) Future<T>
override
toString() String
A string representation of this object.
inherited
updateRecord<T>(String recordId, {String? expand, String? fields, dynamic body}) Future<T>
override

Operators

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