ImportedContacts constructor
const
ImportedContacts({})
Represents the result of an importContacts request
Implementation
const ImportedContacts({
required this.userIds,
required this.importerCount,
this.extra,
this.clientId,
});