asyncFromJson static method

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

Implementation

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