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