Settings constructor

const Settings({
  1. required bool formatOuput,
})

The configuration from the build.yaml file

Implementation

const Settings({
  required this.formatOuput,
});