RichTextParser class

Represents a parser that converts the Quill Delta operations into a structured document format.

Annotations
  • @Deprecated('RichTextParser is not longer supported, and ' 'it will be removed in future releases. ' 'Use DocumentParser instead')

Constructors

RichTextParser.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(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