addFilePath method

void addFilePath(
  1. File file
)

Implementation

void addFilePath(File file) {
  this.file = file;
}