DocumentStrategy class abstract

Strategy interface for a specific regional document pack

Implementers

Constructors

DocumentStrategy()

Properties

hashCode int
The hash code for this object.
no setterinherited
regionName String
no setter
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.
generateUnified(Project project) Future<Uint8List>
Generates a single unified PDF containing all documents
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