Formatter typedef

Formatter = String Function(DateTime dateTime)

A callback used to format the DateTime

Implementation

typedef Formatter = String Function(DateTime dateTime);