asMap method
This function returns a map with the property and order values as key-value pairs.
Implementation
Map asMap() =>
{'property': property, 'order': order.apiQuerySortingOrderAsString()};
This function returns a map with the property and order values as key-value pairs.
Map asMap() =>
{'property': property, 'order': order.apiQuerySortingOrderAsString()};