@override Map<String, dynamic> toJson() { return <String, dynamic>{ 'type': 'quadraticBezierTo', 'x1': x1, 'y1': y1, 'x2': x2, 'y2': y2, }; }