DartdocFileWriter class
- Implemented types
Constructors
- DartdocFileWriter(String outputDir, ResourceProvider resourceProvider)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- outputDir → String
-
final
- resourceProvider ↔ ResourceProvider
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
writtenFiles
→ Set<
String> -
All filenames written by this generator.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
write(
String filePath, Object content, {bool allowOverwrite, Warnable element}) → void -
Write
content
to a file atfilePath
.override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited