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