CopyCutService class abstract
An abstraction to make it easy to provide different implementations For copy or cut actions from a Line (just for embeddable blocks)
- Implementers
- Annotations
-
- @immutable
- @experimental
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCopyCutAction(
String type) → CopyCutAction - Get the CopyCutAction by the type of the embeddable (this type is decided by the property type of that class)
-
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