toDart method

Vector3D toDart([
  1. Pointer<Vector3C>? ptr
])

Implementation

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