The representation of this parameter, how it will be passed to MBurger APIs.
@override Map<String, String> get representation { String value = ascending ? field : ('-$field'); return {'sort': value}; }