LongreadMaterialAttachmentItem constructor

const LongreadMaterialAttachmentItem({
  1. required String name,
  2. required String filename,
  3. required FileMediaType mediaType,
  4. required int length,
  5. required String? version,
})

Implementation

const LongreadMaterialAttachmentItem({
  required this.name,
  required this.filename,
  required this.mediaType,
  required this.length,
  required this.version,
});