ChangeImportedContacts constructor

ChangeImportedContacts({
  1. required List<ImportedContact> contacts,
})

Implementation

ChangeImportedContacts({required this.contacts});