SMCatFolder constructor

SMCatFolder({
  1. required String folderPath,
  2. required String basename,
})

folderPath is the name of the folder holding the smcat files.

Implementation

SMCatFolder({required this.folderPath, required this.basename});