getValueSortationByFieldName method

ESortMode? getValueSortationByFieldName(
  1. String fieldName
)

Implementation

ESortMode? getValueSortationByFieldName(String fieldName) {
  return filterController.mapSortation[fieldName];
}