toValue method
Implementation
String toValue() {
switch (this) {
case ModelVersionStatus.active:
return 'ACTIVE';
case ModelVersionStatus.inactive:
return 'INACTIVE';
}
}
String toValue() {
switch (this) {
case ModelVersionStatus.active:
return 'ACTIVE';
case ModelVersionStatus.inactive:
return 'INACTIVE';
}
}