String href

Source

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