Source
@override String get href { if (canonicalLibrary == null || canonicalEnclosingElement == null) return null; return '${canonicalEnclosingElement.library.dirName}/${(canonicalEnclosingElement as Class).fileName}'; }
@override String get href { if (canonicalLibrary == null || canonicalEnclosingElement == null) return null; return '${canonicalEnclosingElement.library.dirName}/${(canonicalEnclosingElement as Class).fileName}'; }