DocumentAttributeFilename constructor
const
DocumentAttributeFilename({
- required String fileName,
Document Attribute Filename constructor.
Implementation
const DocumentAttributeFilename({required this.fileName}) : super._();