presentationFile property

File get presentationFile

Implementation

File get presentationFile {
  return File(join(rootPath, Constants.presentationFileName));
}