line property

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

final int? line;