column property Null safety

int column
override

The 0-based column of this location in the source

Implementation

@override
int get column => file.getColumn(offset);