toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ContentModerationSortBy.name:
      return 'NAME';
    case ContentModerationSortBy.timestamp:
      return 'TIMESTAMP';
  }
}