DocumentParser class
A Easy-to-use converter that transform Quill Delta into a Document formatting.
Constructors
- DocumentParser.new({MergerBuilder mergerBuilder = const CommonMergerBuilder()})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mergerBuilder → MergerBuilder
-
This is the encharge to merge some paragraphs when they contains the same block attributes
or when contains same types.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseDelta(
{required Delta delta, bool returnNoSealedCopies = false, bool ignoreAllNewLines = false}) → Document? - Parses a Quill Delta into a structured document.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited