getFormFields method

List<PdfFormField> getFormFields()

Gets the form fields data in the document.

Implementation

List<PdfFormField> getFormFields() {
  return List<PdfFormField>.unmodifiable(_formFields);
}