FileEmbedBlockDeltaFormat class
- Inheritance
-
- Object
- StandardEmbedBlockDeltaFormat
- FileEmbedBlockDeltaFormat
Constructors
- FileEmbedBlockDeltaFormat()
-
const
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
-
applyTo(
Operation operation, Editor editor) → List< EditRequest> ? -
inherited
-
createNodeForEmbed(
Operation operation, String nodeId) → DocumentNode? -
Attempts to parse the given
operationas a desired block-level embed, returning a DocumentNode that represents the embed, ornullif this format doesn't apply to the given block-level embed.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.
inherited