type property
EnumValue
get
type
Gets or sets the type of the PathSegment. The value must be one of the following: PathSegment.Line, PathSegment.Bezier, PathSegment.QuadraticBezier, PathSegment.Arc, PathSegment.Move, PathSegment.Arc, and PathSegment.SvgArc.
Implementation
_i3.EnumValue get type => _i4.getProperty(
this,
'type',
);
set
type
(EnumValue value)
Implementation
set type(_i3.EnumValue value) {
_i4.setProperty(
this,
'type',
value,
);
}