Option class

Constructors

Option({required String format, required String root, required String pkgAsset, String? prefix, bool directoryIndex = true})
const

Properties

directoryIndex bool
Use directory index url instead of "index.html"
final
format String
format of generation, e.g. website, pdf
final
hashCode int
The hash code for this object.
no setterinherited
pkgAsset String
Root folder of package assets
final
prefix String?
Prefix for generation
final
root String
Root folder for the output
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? format, String? root, String? prefix, bool? index}) Option
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