line property
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;
The line number on which the code location is located.
This can be null, indicating that the line number is unknown or unimportant.
final int? line;