RecommendedChatFilters constructor

const RecommendedChatFilters({
  1. required List<RecommendedChatFilter> chatFilters,
  2. dynamic extra,
  3. int? clientId,
})

Contains a list of recommended chat filters

Implementation

const RecommendedChatFilters({
  required this.chatFilters,
  this.extra,
  this.clientId,
});