AttachmentInformation constructor

AttachmentInformation({
  1. String? name,
})

Implementation

AttachmentInformation({
  this.name,
});