Net.fromPointer constructor

Net.fromPointer(
  1. NetPtr ptr, [
  2. bool attach = true
])

Implementation

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