svgArc property
      
      EnumValue
      get
      svgArc
      
    
    
For drawing an SVG arc segment, a value for PathSegment#type.
Implementation
static _i3.EnumValue get svgArc => _i4.getProperty(
      _declaredPathSegment,
      'SvgArc',
    );
      
      set
      svgArc
      (EnumValue value) 
      
    
    
    
Implementation
static set svgArc(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredPathSegment,
    'SvgArc',
    value,
  );
}