PathSegment constructor

PathSegment([
  1. EnumValue? type,
  2. num? ex,
  3. num? ey,
  4. num? x1,
  5. num? y1,
  6. num? x2,
  7. Object? y2,
  8. bool? clockwise,
])

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,
      ],
    );