SnippetConfiguration class

Implementers

Constructors

SnippetConfiguration({required Directory configDirectory, required Directory skeletonsDirectory, required Directory templatesDirectory, FileSystem filesystem = const LocalFileSystem()})
const

Properties

configDirectory → Directory
This is the configuration directory for the snippets system, containing the skeletons and templates.
final
filesystem → FileSystem
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skeletonsDirectory → Directory
The directory containing the HTML skeletons to be filled out with metadata and returned to dartdoc for insertion in the output.
final
templatesDirectory → Directory
The directory containing the code templates that can be referenced by the dartdoc.
final

Methods

getHtmlSkeletonFile(String type) → File
Gets the skeleton file to use for the given SampleType and DartPad preference.
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