factory Tool_GoogleSearch.fromJson(Map<String, dynamic> json) { return Tool_GoogleSearch( timeRangeFilter: decode(json['timeRangeFilter'], Interval.fromJson), ); }