toValue method
Implementation
String toValue() {
switch (this) {
case RefreshSchemasStatusTypeValue.successful:
return 'successful';
case RefreshSchemasStatusTypeValue.failed:
return 'failed';
case RefreshSchemasStatusTypeValue.refreshing:
return 'refreshing';
}
}