toValue method
Implementation
String toValue() {
switch (this) {
case Uid.none:
return 'NONE';
case Uid.intValue:
return 'INT_VALUE';
case Uid.name:
return 'NAME';
case Uid.both:
return 'BOTH';
}
}
String toValue() {
switch (this) {
case Uid.none:
return 'NONE';
case Uid.intValue:
return 'INT_VALUE';
case Uid.name:
return 'NAME';
case Uid.both:
return 'BOTH';
}
}