toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case FaceSearchSortBy.$index:
      return 'INDEX';
    case FaceSearchSortBy.timestamp:
      return 'TIMESTAMP';
  }
}