toValue method
Implementation
String toValue() {
switch (this) {
case ConfigurationType.$default:
return 'DEFAULT';
case ConfigurationType.custom:
return 'CUSTOM';
}
}
String toValue() {
switch (this) {
case ConfigurationType.$default:
return 'DEFAULT';
case ConfigurationType.custom:
return 'CUSTOM';
}
}