isMultiLine property
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;
Whether this is a multi-line (/** */) or single-line (///) comment.
Determines which formatting rules and syntax should be applied during the reformatting process.
final bool isMultiLine;