PocketBaseSystemApis class

Constructors

PocketBaseSystemApis()

Properties

client ↔ PocketBase
initialize pocketBase
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getByID(String collectionName, String id) Future<RecordModel>
getDataInBatch(String collectionName, int batch, String sort) Future<List<RecordModel>>
getRecords(String collectionName) Future<ResultList<RecordModel>>
insertRecord(Map<String, dynamic> data, String collectionName) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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