SourceLinkFactory class

Creates a MarkDownLink to a Dart source file or one of its members on github.com

Implemented types

Constructors

SourceLinkFactory.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create({required RenderContext context, required String reference, String? text}) Future<MarkDownLink?>
override
createDartReferenceUri(RenderContext renderContext, Element element) Future<Uri?>
getLineNr(Element docCommentsOwner) int?
getParameterFromYaml(String yaml, String parameterName) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited