column property Null safety
final
The column number of the code location.
This can be null, indicating that the column number is unknown or unimportant.
Implementation
@override
final int? column = null;
The column number of the code location.
This can be null, indicating that the column number is unknown or unimportant.
@override
final int? column = null;