asyncFromJson static method

Future<PartnerRewardHistoryResponseResponse> asyncFromJson(
  1. Map<String, dynamic> json
)

Implementation

static Future<PartnerRewardHistoryResponseResponse> asyncFromJson(Map<String, dynamic> json) =>
	compute<Map<String, dynamic>, PartnerRewardHistoryResponseResponse>((json)=>PartnerRewardHistoryResponseResponse.fromJson(json), json);