ProjectContext constructor
const
ProjectContext({})
Implementation
const ProjectContext({
this.packageName,
this.hasConfig = false,
this.hasUtils = false,
this.hasExtensions = false,
this.hasWidgets = false,
this.hasNetwork = false,
this.hasStorage = false,
});