GetTopChats constructor
GetTopChats({
- TopChatCategory? category,
- required int limit,
Implementation
GetTopChats({this.category, required this.limit});
GetTopChats({this.category, required this.limit});