Map<String, dynamic> toJson() => text != null ? {'type': 'text', 'text': text} : {'type': 'data', ...?data};