MeetingRequest.withAttachment constructor

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

Implementation

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