PdfFormOption constructor

PdfFormOption({
  1. required String value,
  2. required String label,
})

Implementation

PdfFormOption({required this.value, required this.label});