CountryCodePickerState constructor

CountryCodePickerState(
  1. List<CountryCode> elements
)

Implementation

CountryCodePickerState(this.elements);