toD method
Implementation
RectangleD toD([Pointer<RectangleC>? ptr]) => .new(
originalPointer: ptr,
x: x,
y: y,
width: width,
height: height,
);
RectangleD toD([Pointer<RectangleC>? ptr]) => .new(
originalPointer: ptr,
x: x,
y: y,
width: width,
height: height,
);