Converts this comment node to a JSON map.
@override Map<String, dynamic> toJson(Object? Function(T value) toJsonT) => { ...super.toJson(toJsonT), 'text': text, 'color': color.toARGB32(), };