toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (color != null) 'color': color!,
if (dashStyle != null) 'dashStyle': dashStyle!,
if (propertyState != null) 'propertyState': propertyState!,
if (width != null) 'width': width!,
};