Converts to JSON.
@override Map<String, dynamic> toJson() => {'type': 'text', 'text': text.toJson()};