asyncFromJson static method

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

Implementation

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