toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case UserProfileSortKey.creationTime:
      return 'CreationTime';
    case UserProfileSortKey.lastModifiedTime:
      return 'LastModifiedTime';
  }
}