InitOptions constructor
const
InitOptions({})
Implementation
const InitOptions({
this.all = false,
this.minimal = false,
this.modules = const [],
this.yes = false,
this.runPubGet = true,
this.force = false,
this.list = false,
this.help = false,
this.unknownFlags = const [],
});