Parse from a json
factory MessageChatSetTheme.fromJson(Map<String, dynamic> json) => MessageChatSetTheme( themeName: json['theme_name'], );