FileFilter constructor

FileFilter({
  1. String? name,
  2. List<String>? accepts,
})

Implementation

FileFilter({this.name, this.accepts});