asyncFromJson static method

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

Implementation

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