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