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