SelfKey class

Represents a Self key.

Inheritance

Constructors

SelfKey()

Properties

hashCode int
The hash code for this object.
no setterinherited
isLocal bool
When set to true, indicates that this key is a LocalKey. A LocalKey will remain in local storage on the client, and will never be synced to the cloud atServer.
getter/setter pairinherited
isRef bool
getter/setter pairinherited
key String?
The 'identifier' part of an atProtocol key name. For example if the key is @bob:city.address.my_app@alice then the key would be city.address and the namespace would be my_app
getter/setter pairinherited
metadata Metadata?
getter/setter pairinherited
namespace String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedBy String?
The 'owner' part of an atProtocol key name. For example if the key is @bob:city.address.my_app@alice then sharedBy is @alice
getter/setter pairinherited
sharedWith String?
The 'recipient' part of an atProtocol key name. For example if the key is @bob:city.address.my_app@alice then sharedWith is @bob
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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