CompileFactoryMetadata constructor
      
      CompileFactoryMetadata({})
     
    
    
Implementation
CompileFactoryMetadata({
  required this.name,
  this.moduleUrl,
  this.prefix,
  this.emitPrefix = false,
  this.diDeps = const [],
});CompileFactoryMetadata({
  required this.name,
  this.moduleUrl,
  this.prefix,
  this.emitPrefix = false,
  this.diDeps = const [],
});