isMultiLine property

bool isMultiLine
final

Whether this is a multi-line (/** */) or single-line (///) comment.

Determines which formatting rules and syntax should be applied during the reformatting process.

Implementation

final bool isMultiLine;