toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case VocabularyFilterMethod.remove:
      return 'remove';
    case VocabularyFilterMethod.mask:
      return 'mask';
  }
}