asyncFromJson static method

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

Implementation

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