TopContribution.fromJson constructor

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

Implementation

factory TopContribution.fromJson(Map<String, dynamic> json) =>
    _$TopContributionFromJson(json);