InquiriesCountData({ String? title, num? total, String? filterType, String? showTo,}){ _title = title; _total = total; _filterType = filterType; _showTo = showTo; }