toDart method

Implementation

ModelAnimationD toDart([Pointer<ModelAnimationC>? ptr]) => .new(
  op: ModelAnimationD.struct.ptr(NativeMemoryPointer.orNull(ptr?..ref = this)),
);