toValue method
Implementation
String toValue() {
switch (this) {
case StorageClassAnalysisSchemaVersion.v_1:
return 'V_1';
}
}
String toValue() {
switch (this) {
case StorageClassAnalysisSchemaVersion.v_1:
return 'V_1';
}
}