location property

String get location

Implementation

String get location => filename == null ? 'Line $line' : '$filename:$line';