optionsFor method

List<SelectOption> optionsFor(
  1. String field
)

The options last fetched for field, empty until one arrives.

Implementation

List<SelectOption> optionsFor(String field) =>
    _optionsPages[field]?.options ?? const [];