toD method

Implementation

NPatchInfoD toD([Pointer<NPatchInfoC>? ptr]) => .new(
  originalPointer: ptr,
  source: source.toD(),
  left: left,
  top: top,
  right: right,
  bottom: bottom,
  layout: .fromValue(layout),
);