GlacierConfig class

Constructors

GlacierConfig(String name, {String? description = "Glacier generated config file", String? githubUrl, String sourceDirectory = "./src", String destinationDirectory = "./dist", String baseDirectory = "./base", List<String>? destinationFilesExclude, List<String>? destinationFilesInclude = const ["base.js", "base.css"]})
GlacierConfig.fromYaml(String yaml)
GlacierConfig.loadFromFile()
Load glacier.yaml from file
factory

Properties

baseDirectory String
latefinal
description String?
latefinal
destinationDirectory String
latefinal
destinationFilesExclude List<String>?
latefinal
destinationFilesInclude List<String>?
latefinal
githubUrl String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
name String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceDirectory String
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited