getInputFiles method

  1. @override
Iterable<InputFile> getInputFiles()

Returns an iterable of files

Implementation

@override
Iterable<InputFile> getInputFiles() {
  return [file];
}