Attachment constructor
Attachment({})
Implementation
Attachment({
required this.id,
required this.filename,
required this.size,
required this.url,
required this.proxyUrl,
this.height,
this.width,
});
Attachment({
required this.id,
required this.filename,
required this.size,
required this.url,
required this.proxyUrl,
this.height,
this.width,
});