InvalidFileSystemException constructor

InvalidFileSystemException({
  1. String? message,
})

Implementation

InvalidFileSystemException({
  this.message,
});