ContactsDeleteContacts constructor
const
ContactsDeleteContacts({
- required List<
InputUserBase> id,
Contacts Delete Contacts constructor.
Implementation
const ContactsDeleteContacts({required this.id}) : super._();