factory Point([ _i2.num? x, _i2.num? y, ]) => _i4.callConstructor( _declaredPoint, [ x ?? _i5.undefined, y ?? _i5.undefined, ], );