FileError constructor
const
FileError(
- FileErrorCode code,
- String message, {
- String? path,
- Object? cause,
Creates a FileError with a code and message.
Implementation
const FileError(this.code, this.message, {this.path, this.cause});