printer property

Printer<T> printer

Returns a default printer for this data type.

Implementation

Printer<T> get printer => StandardPrinter<T>();