A string representing the basepath location of the call.
Option<String> get basepath => call().map( (e) => [ p.basenameWithoutExtension(e.library), if (e.member != null) e.member, ].join('/'), );