ReferenceableType class abstract
Base class for SharedStore and SharedMap implementations.
- Implementers
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
Returns the SharedReference of this instances,
to instantiate it using a
fromSharedReference
constructor. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
Removes and returns a
T
ReferenceableType withid
. -
Returns a
T
ReferenceableType withid
, or creates withifAbsent
function. -
Returns a
T
ReferenceableType withid
, or creates in caseifAbsent
is provided. -
newUUID(
) → String - Creates an UUID (Universally Unique Identifier). See SharedStore.fromUUID and SharedMap.fromUUID.