Transpiler constructor
Transpiler({})
Implementation
Transpiler(
{required this.package,
required this.targetPath,
required this.dirName,
required this.contextCheck,
required this.uses,
required this.distFiles,
required this.targetMainFile});