format property

bool format
final

When false, the import statements will not be formatted, leaving 1 import statement per line.

Defaults to false.

Implementation

final bool format;