toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SortByEnum.repositoryName:
      return 'repositoryName';
    case SortByEnum.lastModifiedDate:
      return 'lastModifiedDate';
  }
}