asyncFromJson static method

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

Implementation

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