items property

List<String> items

Gets the items of the PdfComboBoxFormField.

Implementation

List<String> get items => List<String>.unmodifiable(_items);