@override Map<String, dynamic> toJson() { return { ...super.toJson(), 'points': points, if (startStyle != null) 'startStyle': startStyle, if (endStyle != null) 'endStyle': endStyle, }; }