getFormFields method
Gets the form fields data in the document.
Implementation
List<PdfFormField> getFormFields() {
return List<PdfFormField>.unmodifiable(_formFields);
}
Gets the form fields data in the document.
List<PdfFormField> getFormFields() {
return List<PdfFormField>.unmodifiable(_formFields);
}