mapValue method

Comparable mapValue(
  1. dynamic value
)

Maps a value to a Comparable defining the desired order.

Override this method to define other orderings.

Implementation

Comparable mapValue(dynamic value) => value as Comparable;