ConverterOptions class

Constructors

ConverterOptions({String? orderedListTag, String? bulletListTag, bool? multiLineBlockquote, bool? multiLineHeader, bool? multiLineCodeblock, bool? multiLineParagraph, bool? multiLineCustomBlock, OpAttributeSanitizerOptions? sanitizerOptions, OpConverterOptions? converterOptions})
ConverterOptions.forEmail()

Properties

bulletListTag String?
getter/setter pair
converterOptions OpConverterOptions
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
multiLineBlockquote bool?
getter/setter pair
multiLineCodeblock bool?
getter/setter pair
multiLineCustomBlock bool?
getter/setter pair
multiLineHeader bool?
getter/setter pair
multiLineParagraph bool?
getter/setter pair
orderedListTag String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sanitizerOptions OpAttributeSanitizerOptions
getter/setter pair

Methods

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