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