SortDirection.fromMap constructor

SortDirection.fromMap(
  1. dynamic str
)

Implementation

SortDirection.fromMap(str) {
  _value = str;
}