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