ProjectFileSystemLocation constructor
ProjectFileSystemLocation({
- String? identifier,
- String? location,
- String? mountOptions,
- String? mountPoint,
- FileSystemType? type,
Implementation
ProjectFileSystemLocation({
this.identifier,
this.location,
this.mountOptions,
this.mountPoint,
this.type,
});