asyncFromJson static method

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

Implementation

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