FileSystemException constructor

const FileSystemException([
  1. String message = '',
  2. String? path,
  3. OSError? osError
])

Implementation

const FileSystemException([this.message = '', this.path, this.osError]);