clearAttachments method Null safety

void clearAttachments()

Implementation

void clearAttachments() {
  _attachments?.clear();
}