embedAttachments property

bool? embedAttachments

Implementation

bool? get embedAttachments => _embedAttachments;
void embedAttachments=(bool? val)

Implementation

set embedAttachments(bool? val) => _embedAttachments = val;