AttachmentUpdateMetadata constructor

AttachmentUpdateMetadata({
  1. String? mediaType,
  2. String? comment,
})

Implementation

AttachmentUpdateMetadata({this.mediaType, this.comment});