column property Null safety
override
The 0-based column of this location in the source
Implementation
@override
int get column => file.getColumn(offset);
The 0-based column of this location in the source
@override
int get column => file.getColumn(offset);