values property

Set<ShowFileChooserRequestMode> values
final

Set of all values of ShowFileChooserRequestMode.

Implementation

static final Set<ShowFileChooserRequestMode> values = [
  ShowFileChooserRequestMode.OPEN,
  ShowFileChooserRequestMode.OPEN_FOLDER,
  ShowFileChooserRequestMode.OPEN_MULTIPLE,
  ShowFileChooserRequestMode.SAVE,
].toSet();