RecordsService class

Constructors

RecordsService({required String qBRealmHostname, required String baseUrl, required String appAuthorization})

Properties

appAuthorization String
final
baseUrl String
final
hashCode int
The hash code for this object.
no setterinherited
qBRealmHostname String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteRecords({required RecordsDeleteRequest request, String? authorization, String? userAgent}) Future<int>
Delete record(s)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runQuery({required RecordsQueryRequest request, String? authorization, String? userAgent}) Future<RecordsQueryResponse>
Query for data
toString() String
A string representation of this object.
inherited
upsert({required RecordsUpsertRequest request, String? authorization, String? userAgent}) Future<RecordsUpsertResponse>
Insert/Update record(s)

Operators

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