Attachment constructor
const
Attachment({
- required String name,
- required String path,
- required AttachmentType type,
- int? sizeBytes,
Implementation
const Attachment({
required this.name,
required this.path,
required this.type,
this.sizeBytes,
});