NebulaProjectConfig constructor
const
NebulaProjectConfig({})
Implementation
const NebulaProjectConfig({
required this.input,
required this.output,
this.baseUrl,
this.format = true,
this.deduplicate = true,
this.inferNullability = true,
this.verbose = false,
this.watch = false,
this.features = const {
'cache': true,
'retry': true,
'logging': true,
'offline': false,
},
});