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