asyncFromJson static method

Implementation

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