ContactAttachment constructor

const ContactAttachment({
  1. String? vcfInfo,
  2. User? tamInfo,
})

Implementation

const ContactAttachment({
  this.vcfInfo,
  this.tamInfo,
}) : super(type: 'contact');