OnMapSortationValueChanged typedef

OnMapSortationValueChanged = void Function(String fieldName, ESortMode eSortMode)

Implementation

typedef OnMapSortationValueChanged = void Function(
  String fieldName,
  ESortMode eSortMode,
);