toJson method

Map toJson()

Implementation

Map toJson() =>
    {'sortType': _sortType.toString(), 'sortOrder': _sortOrder.toString()};