Deputy<C extends Cell> mixin
A mixin that provides the ability to create Deputy for a cell.
- 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 setterinherited
- 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 → C
-
Creates an unmodifiable view of this cell.
no setteroverride
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}) → C -
Creates an Deputy cell from an existing Cell instance with reduced permissions.
override
-
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.
override