MissingFileException constructor

const MissingFileException(
  1. String fileName
)

Implementation

const MissingFileException(this.fileName);