SharedObjectMain mixin
The main ("server") side implementation of a SharedObject.
- Implemented types
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAuxiliaryInstance → bool
-
Returns
true
if this is an auxiliary instance, usually a copy passed to anotherIsolate
or running in a remote client.no setteroverride - isMainInstance → bool
-
Returns
true
if this instance is the main/original instance. Also means that it is NOT an auxiliary instance. See isAuxiliaryInstance.no setteroverride - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited