asyncFromJson static method

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

Implementation

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