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