asyncFromJson static method

Future<GroupV2ClanInfoAndInvestment> asyncFromJson(
  1. Map<String, dynamic> json
)

Implementation

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