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