CopyOtherContactToMyContactsGroupRequest constructor

CopyOtherContactToMyContactsGroupRequest({
  1. String? copyMask,
  2. String? readMask,
  3. List<String>? sources,
})

Implementation

CopyOtherContactToMyContactsGroupRequest({
  this.copyMask,
  this.readMask,
  this.sources,
});