ContactsDeleteContacts constructor

const ContactsDeleteContacts({
  1. required List<InputUserBase> id,
})

Contacts Delete Contacts constructor.

Implementation

const ContactsDeleteContacts({required this.id}) : super._();