ContactsBlocked constructor

const ContactsBlocked({
  1. required List<PeerBlockedBase> blocked,
  2. required List<ChatBase> chats,
  3. required List<UserBase> users,
})

Contacts Blocked constructor.

Implementation

const ContactsBlocked({
  required this.blocked,
  required this.chats,
  required this.users,
}) : super._();