ContributionList.fromJson(Map<String, dynamic> json) { userId = json['userId']; userIcon = json['userIcon']; nobilityType = json['nobilityType']; }