locationString property

  1. @internal
String get locationString
inherited

Implementation

@internal
String get locationString =>
    buffer == null || position == null ? '' : ' at $line:$column';