PullquoteBlock class
Custom block handler for '
This class handles conversion of '
- Inheritance
-
- Object
- CustomHtmlPart
- PullquoteBlock
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
-
convert(
Element element, {Map< String, dynamic> ? currentAttributes}) → List<Operation> -
Converts a 'pullquote' HTML element into Delta operations.
override
-
matches(
Element element) → bool -
Determines if the given HTML element matches the '
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