class SearchAllModel { SearchAllModel({this.topTList}); Map? topTList; SearchAllModel.fromJson(Map json) { topTList = json['top_tlist']; } }