ContactGroup.withAttachment constructor

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

Implementation

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