asyncFromJson static method

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

Implementation

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