addAttachment method

void addAttachment(
  1. AttachmentProperty attachment
)
inherited

Adds the given attachment

Implementation

void addAttachment(AttachmentProperty attachment) {
  properties.add(attachment);
}