OpenSynapsesMixin<L extends Cell> mixin
Mixin that adds cell linking capabilities.
Allows cells to form observable relationships where changes in one cell can propagate to linked cells.
- Superclass constraints
- Mixin applications
Properties
-
async
→ CellAsync<
Cell> -
Creates an async variant for modifiable operations
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
modifiable
→ Iterable<
Function> -
Returns an iterable containing modifiable functions.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
test
→ TestObject<
Cell> -
Gets the test object associated with the cell.
no setterinherited
- unmodifiable → Cell
-
Creates an unmodifiable view of this cell.
no setterinherited
Methods
-
apply(
Function function, List? positionalArguments, [Map< Symbol, dynamic> ? namedArguments]) → dynamic -
Applies a function with controlled validation.
inherited
-
deputy(
{covariant TestObject< Cell> ? test, covariant MapObject? mapObject}) → Cell -
Creates an Deputy cell from an existing Cell instance with reduced permissions.
inherited
-
link(
L cell) → bool - Links another cell to this one
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unlink(
L link) → bool - Unlinks a previously linked cell
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited