Moments.fromPointer constructor

Moments.fromPointer(
  1. Pointer<Moment> ptr, [
  2. bool attach = true
])

Implementation

factory Moments.fromPointer(ffi.Pointer<cvg.Moment> ptr, [bool attach = true]) => Moments._(ptr, attach);