asyncFromJson static method

Implementation

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