toDart method

float3D toDart([
  1. Pointer<float3C>? ptr
])

Implementation

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