AndaluciaDocumentStrategy class
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- regionName → String
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateDocumentPack(
Project project) → Future< Map< String, Uint8List> > -
Generates the complete "Pack Documental" as a list of PDFs (or a single merged PDF if preferred,
but usually 4 separate docs are better for flexibility).
Returns a Map where key is the document name and value is the PDF bytes.
override
-
generateUnified(
Project project) → Future< Uint8List> -
Generates a single unified PDF containing all documents
override
-
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