FileSystemError constructor
FileSystemError({})
Implementation
FileSystemError({
required this.message,
required this.path,
required this.operation,
this.errorId = 'fs_error',
this.suggestion,
});
FileSystemError({
required this.message,
required this.path,
required this.operation,
this.errorId = 'fs_error',
this.suggestion,
});