AnalysisFoldingParams constructor

AnalysisFoldingParams(
  1. String file,
  2. List<FoldingRegion> regions
)

Implementation

AnalysisFoldingParams(this.file, this.regions);