ModuleExport constructor
const
ModuleExport({
- required String name,
- required ExternType type,
Implementation
const ModuleExport({required this.name, required this.type});