AttachmentContent constructor
AttachmentContent({
- String? hash,
- AttachmentHashType? hashType,
- String? name,
- int? size,
- String? url,
Implementation
AttachmentContent({
this.hash,
this.hashType,
this.name,
this.size,
this.url,
});