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