AnalysisFoldingParams constructor
AnalysisFoldingParams(
- String file,
- List<
FoldingRegion> regions
Implementation
AnalysisFoldingParams(this.file, this.regions);
AnalysisFoldingParams(this.file, this.regions);