fromNative static method
Implementation
static Rect fromNative(RectNative native) {
return Rect(to_platform.toPlatformPoint(native.min),
to_platform.toPlatformPoint(native.max));
}
static Rect fromNative(RectNative native) {
return Rect(to_platform.toPlatformPoint(native.min),
to_platform.toPlatformPoint(native.max));
}