column property Null safety

int? column
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;