toEnvironmentFileType method
Implementation
EnvironmentFileType toEnvironmentFileType() {
switch (this) {
case 's3':
return EnvironmentFileType.s3;
}
throw Exception('$this is not known in enum EnvironmentFileType');
}
EnvironmentFileType toEnvironmentFileType() {
switch (this) {
case 's3':
return EnvironmentFileType.s3;
}
throw Exception('$this is not known in enum EnvironmentFileType');
}