locationString property

  1. @internal
String locationString

Implementation

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