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