ModuleInfo.fromPointer constructor

ModuleInfo.fromPointer(
  1. mnn_module_info_t ptr, {
  2. bool attach = true,
  3. int? externalSize,
})

Implementation

ModuleInfo.fromPointer(C.mnn_module_info_t ptr, {super.attach, super.externalSize}) : super(ptr.cast());