BuilderConfig class

Class representing the structure of the required builder config file tokenbuilder.yaml.

Constructors

BuilderConfig({required String tokenFilePath, String defaultSetName = _fallbackDefaultSetName, List<FontConfig> fontConfig = const []})
Constructs a BuilderConfig.
BuilderConfig.fromYaml(YamlMap yaml)
Constructs a BuilderConfig from a yaml.

Properties

defaultSetName String
The name of the default set.
final
fontConfig List<FontConfig>
The config of the font the tokens use.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenFilePath String
The path leading to the json file containing the token data.
final

Methods

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.
override