asyncFromJson static method

Implementation

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