LongreadMaterialAttachmentItem constructor
const
LongreadMaterialAttachmentItem({
- required String name,
- required String filename,
- required FileMediaType mediaType,
- required int length,
- required String? version,
Implementation
const LongreadMaterialAttachmentItem({
required this.name,
required this.filename,
required this.mediaType,
required this.length,
required this.version,
});