asyncFromJson static method

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

Implementation

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