RangeFormatter typedef

RangeFormatter = String Function(DateRange? range)

Custom date range formatter interface.

Implementation

typedef RangeFormatter = String Function(DateRange? range);