sourceHref property
Implementation
String get sourceHref {
_sourceHref ??= SourceLinker.fromElement(this).href();
return _sourceHref;
}
String get sourceHref {
_sourceHref ??= SourceLinker.fromElement(this).href();
return _sourceHref;
}