line property

  1. @override
int? line
final

The line number on which the code location is located.

This can be null, indicating that the line number is unknown or unimportant.

Implementation

@override
final int? line = null;