column property - SourceLocation class - dart:mirrors library (original) (raw)

description

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;