location property
Option<String>
get
location
A string representing the location of the call.
Implementation
Option<String> get location => call().map((e) => e.location);
A string representing the location of the call.
Option<String> get location => call().map((e) => e.location);