dartdoc
dartdoc
SourceCodeMixin
property hasSourceCode
hasSourceCode
class SourceCodeMixin
Constructors
SourceCodeMixin
Properties
crossdartHtmlTag
element
hasSourceCode
library
lineAndColumn
sourceCode
hashCode
runtimeType
Methods
clearSourceCodeCache
noSuchMethod
toString
Operators
operator ==
bool
hasSourceCode
Source
bool get hasSourceCode => config.includeSource && sourceCode.isNotEmpty;
property hasSourceCode