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