Data.fromJson(Map<String, dynamic> json) { botId = json['botId']; userId = json['userId']; otherInfoDynamic = json['otherInfo']; }