column property

  1. @override
int column
override

The 0-based column of this location in the source

Implementation

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