BatchCreateContactsRequest constructor
BatchCreateContactsRequest({
- List<
ContactToCreate> ? contacts, - String? readMask,
- List<
String> ? sources,
Implementation
BatchCreateContactsRequest({
this.contacts,
this.readMask,
this.sources,
});