offset property

int get offset

The character offset from the beginning of the source (zero based) where the diagnostic occurred.

Implementation

int get offset => problemMessage.offset;