types property

Implementation

Iterable<FilePickerAcceptType> get types =>
    js_util.getProperty(this, 'types');
void types=(Iterable<FilePickerAcceptType> newValue)

Implementation

set types(Iterable<FilePickerAcceptType> newValue) {
  js_util.setProperty(this, 'types', newValue);
}