SortDirection.ASC constructor

SortDirection.ASC()

Implementation

SortDirection.ASC() {
  _value = 'ASC';
}