ModuleInfo constructor
const
ModuleInfo({})
Implementation
const ModuleInfo({
required this.lib,
required this.module,
required this.isCpp,
this.isNativeCpp = false,
this.isAndroidCpp = false,
this.iosIsCpp = false,
this.macosIsCpp = false,
});