FileSet.fromFile constructor

FileSet.fromFile(File file)

Implementation

FileSet.fromFile(File file) {
  files.add(file);
}