toFileSystemType method
Implementation
FileSystemType toFileSystemType() {
switch (this) {
case 'EFS':
return FileSystemType.efs;
}
throw Exception('$this is not known in enum FileSystemType');
}
FileSystemType toFileSystemType() {
switch (this) {
case 'EFS':
return FileSystemType.efs;
}
throw Exception('$this is not known in enum FileSystemType');
}