AttachmentInfo constructor
AttachmentInfo(
- File? file,
- MediaType mediaType,
- String? name,
- int? size,
- ContentDisposition? contentDisposition,
- Uint8List? data,
- PartBuilder part,
Implementation
AttachmentInfo(this.file, this.mediaType, this.name, this.size,
this.contentDisposition, this.data, this.part);