factory UPointCount.fromMap(Map<String, dynamic> json) => UPointCount( userId: json["userId"], point: json["point"], );