PicositeConfig class

Constructors

PicositeConfig({required String sitePath, required String outputPath, required bool preview, required String includesPath, required String assetsPath, required String templatesPath})

Properties

assetsPath String
final
hashCode int
The hash code for this object.
no setterinherited
includesPath String
final
outputPath String
final
preview bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sitePath String
final
templatesPath String
final

Methods

copyWith({String? sitePath, String? outputPath, String? includesPath, String? assetsPath, String? templatesPath, bool? preview}) PicositeConfig
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