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