Contact.withAttachment constructor

Contact.withAttachment(
  1. ItemAttachment parentAttachment
)
Initializes a new instance of the The parent attachment.

Implementation

Contact.withAttachment(ItemAttachment parentAttachment)
    : super.withAttachment(parentAttachment) {}