Settings constructor
const
Settings({
- required bool formatOuput,
The configuration from the build.yaml file
Implementation
const Settings({
required this.formatOuput,
});
The configuration from the build.yaml file
const Settings({
required this.formatOuput,
});