toValue method
Implementation
String toValue() {
switch (this) {
case CostCategoryStatusComponent.costExplorer:
return 'COST_EXPLORER';
}
}
String toValue() {
switch (this) {
case CostCategoryStatusComponent.costExplorer:
return 'COST_EXPLORER';
}
}