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