noFormat property

bool noFormat
final

When true, the compiler skips the dart_style formatting step and returns raw (unformatted) Dart source. Use this when the compiled output is known to confuse the formatter (e.g. deeply nested expressions from large inputs) or when formatting is intentionally unwanted.

Implementation

final bool noFormat;