BaseCollection class abstract

Implementers

Constructors

BaseCollection.new()

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

Operators

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