toNative static method

RectNative toNative(
  1. Rect obj
)

Implementation

static RectNative toNative(Rect obj) {
  return _RectNativeInit(
      to_native.toNativePoint(obj.min), to_native.toNativePoint(obj.max));
}