column property - SourceLocation class - dart:mirrors library (original) (raw)
int getcolumn
The 1-based column number for this source location.
A value of 0 means that the column number is unknown.
Implementation
int get column;
int getcolumn
The 1-based column number for this source location.
A value of 0 means that the column number is unknown.
int get column;