AnalysisOptions constructor

const AnalysisOptions({
  1. required String path,
})

Implementation

const AnalysisOptions({required this.path});