DocumentAttributeFilename constructor

const DocumentAttributeFilename({
  1. required String fileName,
})

Document Attribute Filename constructor.

Implementation

const DocumentAttributeFilename({
  required this.fileName,
}) : super._();