fromNative static method

Size2u fromNative(
  1. Size2uNative native
)

Implementation

static Size2u fromNative(Size2uNative native) {
  return Size2u(width: native.width, height: native.height);
}