toValue method
Implementation
String toValue() {
switch (this) {
case Attribute.$default:
return 'DEFAULT';
case Attribute.all:
return 'ALL';
}
}
String toValue() {
switch (this) {
case Attribute.$default:
return 'DEFAULT';
case Attribute.all:
return 'ALL';
}
}