Settings class

The configuration from the build.yaml file

Constructors

Settings({required bool formatOuput})
The configuration from the build.yaml file
const
Settings.fromConfig(Map<String, dynamic> json)
constructs a Settings from the build.yaml file
factory

Properties

formatOuput bool
Whether to format the output of the generated code.
final
hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

debug() Map<String, dynamic>
sets formatOutput to true