FaceUser.fromMap(Map<String, dynamic> data) { this.userID = data['userID']; this.userName = data['userName']; this.groupID = data['groupID']; }