ProjectContext constructor

const ProjectContext({
  1. String? packageName,
  2. bool hasConfig = false,
  3. bool hasUtils = false,
  4. bool hasExtensions = false,
  5. bool hasWidgets = false,
  6. bool hasNetwork = false,
  7. bool hasStorage = false,
})

Implementation

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