@override Map<String, dynamic> toJson() { return { ...super.toJson(), if (color != null) 'color': Annotation._colorToHex(color!), 'rects': rects, }; }