location property
String
get
location
A string with filename and line number.
Implementation
String get location => "$filename:$line";
A string with filename and line number.
String get location => "$filename:$line";