AtLookUp class abstract

Implementers

Constructors

AtLookUp()

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

delete(String key, {String? sharedWith, bool isPublic = false}) Future<bool>
delete
executeVerb(VerbBuilder builder, {bool sync = false}) Future<String?>
llookup(String key, {String? sharedBy, String? sharedWith, bool isPublic = false}) Future<String>
lookup(String key, String sharedBy, {bool auth = true, bool verifyData = false}) Future<String>
lookup
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
plookup(String key, String sharedBy) Future<String>
plookup
scan({String? regex, String? sharedBy}) Future<List<String>>
scan
toString() String
A string representation of this object.
inherited
update(String key, String value, {String? sharedWith, Metadata? metadata}) Future<bool>
update

Operators

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