attachment static method
Implementation
static Any attachment(Attachment attachment) => Any(
typeUrl: attachmentTypeUrl,
value: attachment.writeToBuffer(),
);
static Any attachment(Attachment attachment) => Any(
typeUrl: attachmentTypeUrl,
value: attachment.writeToBuffer(),
);