FileSet.fromFile constructor

FileSet.fromFile(
  1. File file
)

Implementation

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