toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ModelPackageGroupSortBy.name:
      return 'Name';
    case ModelPackageGroupSortBy.creationTime:
      return 'CreationTime';
  }
}