toDart method

Vector2D toDart([
  1. Pointer<Vector2C>? ptr
])

Implementation

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