ProjectFileSystemLocation constructor

ProjectFileSystemLocation({
  1. String? identifier,
  2. String? location,
  3. String? mountOptions,
  4. String? mountPoint,
  5. FileSystemType? type,
})

Implementation

ProjectFileSystemLocation({
  this.identifier,
  this.location,
  this.mountOptions,
  this.mountPoint,
  this.type,
});