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