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