ContributionList.fromJson constructor

ContributionList.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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