ShareToken class final
Token to share a repository. It can be encoded as a URL-formatted string and transmitted to other replicas.
Constructors
Properties
Methods
-
encode(
Packer p) → void -
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.
override
Static Methods
-
decode(
Unpacker u) → ShareToken?