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