selectOption property

String get selectOption

Select an option

Implementation

String get selectOption {
  return Intl.message(
    'Select an option',
    name: 'selectOption',
    desc: '',
    args: [],
  );
}