Converter<Doc, Type> class
sealed
Converter is a parent that's provides the essential rules
for generate and create a document pdf file for that project
- Implementers
Properties
- document → Doc
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateDoc(
) → Future< Type> - This functions generates the document
-
generateWidget(
{double? maxWidth, double? maxHeight}) → Future< Widget> - Use generateWidget to create whole widgets that are commonly pasted into a document, giving you full control of the new widgets generated
-
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