Net.fromPointer constructor
Net.fromPointer(
- NetPtr ptr, [
- bool attach = true
Implementation
factory Net.fromPointer(cvg.NetPtr ptr, [bool attach = true]) => Net._(ptr, attach);