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