toValue method

String toValue()

Implementation

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