CustomConverter class

CustomConverter is used to match lines with a formatting using custom regex and WidgetGenerator callback to create our custom pdf widgets implementation

Constructors

CustomConverter({required RegExp predicate, required PdfWidgetGenerator widgetCallback})

Properties

hashCode int
The hash code for this object.
no setteroverride
predicate RegExp
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetCallback PdfWidgetGenerator
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant CustomConverter other) bool
The equality operator.
override