column property

  1. @override
int? column
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;