formatOutput property

String Function(String code) formatOutput
finalinherited

Function that determines how the generated code is formatted.

The languageVersion is the version to parse the file with, but it may be overridden using a language version comment in the file.

Implementation

final String Function(String code) formatOutput;