startLine property

int get startLine

Implementation

int get startLine => lines.isEmpty ? 0 : lines.first.lineNumber;