ContactAttachmentRequest constructor

const ContactAttachmentRequest({
  1. String? name,
  2. int? contactId,
  3. String? vcfInfo,
  4. String? vcfPhone,
})

Implementation

const ContactAttachmentRequest({
  this.name,
  this.contactId,
  this.vcfInfo,
  this.vcfPhone,
}) : super(type: 'contact');