MBUploadableFilesElement constructor
MBUploadableFilesElement(})
Initializes a files element with a locale identifier, a name and the paths of the files
Implementation
MBUploadableFilesElement(
super.localeIdentifier,
super.elementName, {
required this.files,
});