PathSegment constructor
PathSegment([])
Implementation
factory PathSegment([
_i3.EnumValue? type,
_i2.num? ex,
_i2.num? ey,
_i2.num? x1,
_i2.num? y1,
_i2.num? x2,
_i2.Object? y2,
_i2.bool? clockwise,
]) =>
_i4.callConstructor(
_declaredPathSegment,
[
type ?? _i5.undefined,
ex ?? _i5.undefined,
ey ?? _i5.undefined,
x1 ?? _i5.undefined,
y1 ?? _i5.undefined,
x2 ?? _i5.undefined,
y2 ?? _i5.undefined,
clockwise ?? _i5.undefined,
],
);