fromNative static method
Implementation
static ScreenPoint fromNative(ScreenPointNative native) {
return ScreenPoint(x: native.x, y: native.y);
}
static ScreenPoint fromNative(ScreenPointNative native) {
return ScreenPoint(x: native.x, y: native.y);
}