asyncFromJson static method

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

Implementation

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