isEndOfLine property

  1. @override
bool isEndOfLine
override

Return true if this is an end-of-line comment.

Implementation

@override
bool get isEndOfLine => _type == CommentType.END_OF_LINE;