UnmountOptions constructor
UnmountOptions({
- required String fileSystemId,
Implementation
UnmountOptions(
{
/// The identifier of the file system to be unmounted.
required String fileSystemId})
: _wrapped = $js.UnmountOptions(fileSystemId: fileSystemId);