static Map<String, dynamic> richText(List<Map<String, dynamic>> tokens) => { 'type': 'richText', 'richText': {'value': tokens}, };