formatter property

Formatter formatter
final

A function with signature String Function(String input). Defaults to DartFormatter().format.

Is used to format the merged output. To disable formatting one may pass a closure returning the input: (input) => input as argument for formatter.

Implementation

final Formatter formatter;