Generate constructor

const Generate({
  1. String? fallbackDartSdkPath,
  2. Set<String>? templateFilePaths,
  3. Set<String>? rootPaths,
  4. Set<String>? subPaths,
  5. Set<String>? pathPatterns,
  6. String? outputDirPath,
  7. List<Model>? annotations,
})

Implementation

const Generate({
  this.fallbackDartSdkPath,
  this.templateFilePaths,
  this.rootPaths,
  this.subPaths,
  this.pathPatterns,
  this.outputDirPath,
  this.annotations,
});