ImportedModule constructor

ImportedModule(
  1. String name,
  2. String filePath,
  3. String packagePath, {
  4. String? prefix,
})

Implementation

ImportedModule(this.name, this.filePath, this.packagePath, {this.prefix});