PartnerRewardHistoryResponse.fromJson constructor

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

Implementation

factory PartnerRewardHistoryResponse.fromJson(Map<String, dynamic> json) {
	return _$PartnerRewardHistoryResponseFromJson(json);
}