GraphListRecordAccessor class final

Constructors

GraphListRecordAccessor.new(ServiceContext _ctx)
const

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({required ListPurpose purpose, required String name, String? description, List<RichtextFacet>? descriptionFacets, Blob? avatar, UGraphListLabels? labels, DateTime? createdAt, String? rkey, bool? validate, String? swapCommit, Map<String, String>? $headers, Map<String, String>? $unknown}) Future<XRPCResponse<RepoCreateRecordOutput>>
delete({required String rkey, String? swapRecord, String? swapCommit, Map<String, String>? $headers, Map<String, String>? $unknown}) Future<XRPCResponse<RepoDeleteRecordOutput>>
get({required String repo, required String rkey, String? cid, Map<String, String>? $headers, Map<String, String>? $unknown}) Future<XRPCResponse<RepoGetRecordOutput>>
list({required String repo, int? limit, String? cursor, bool? reverse, Map<String, String>? $headers, Map<String, String>? $unknown}) Future<XRPCResponse<RepoListRecordsOutput>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put({required ListPurpose purpose, required String name, String? description, List<RichtextFacet>? descriptionFacets, Blob? avatar, UGraphListLabels? labels, DateTime? createdAt, required String rkey, bool? validate, String? swapRecord, String? swapCommit, Map<String, String>? $headers, Map<String, String>? $unknown}) Future<XRPCResponse<RepoPutRecordOutput>>
toString() String
A string representation of this object.
inherited

Operators

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