SharedAnalytics.fromJson(Map<String, dynamic> json) : this.list = json.containsKey('body') ? getList(json) : [];