DataWedgeImportConfigRequest constructor
Creates a new import config request.
folderPath is the path from which to import config files.
fileList optionally specifies specific files to import.
Implementation
const DataWedgeImportConfigRequest({
required this.folderPath,
this.fileList,
});