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