ContactsDeleteByPhones constructor

const ContactsDeleteByPhones({
  1. required List<String> phones,
})

Contacts Delete By Phones constructor.

Implementation

const ContactsDeleteByPhones({required this.phones}) : super._();