A string representing the location of the call.
Option<String> get location { try { return call().map((e) => e.location); } catch (_) { return const None(); } }