toD method

RectangleD toD([
  1. Pointer<RectangleC>? ptr
])

Implementation

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