ClassConfig class

Use class Initializer for config in build.yaml. This class should have all valid setting in Initializer.

Constructors

ClassConfig({required bool debug, required String group, required String outputPath, required Set<String> order})
Creates a new ClassConfig instance.
const
ClassConfig.fromInitializer(Initializer config)
Creates a new ClassConfig instance using a Initializer instance.
factory

Properties

debug bool
Initializer.debug
final
group String
Initializer.group
final
hashCode int
The hash code for this object.
no setterinherited
order Set<String>
Initializer.order
final
outputPath String
Initializer.outputPath
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

defaults → const ClassConfig
default values of ClassConfig