FileNotFoundException constructor

const FileNotFoundException(
  1. String path
)

Implementation

const FileNotFoundException(this.path);