constructs a Settings from the build.yaml file
factory Settings.fromConfig(Map<String, dynamic> json) { return Settings( formatOuput: json['format_output'] as bool? ?? false, ); }