parse static method

Implementation

static AnalysisAnalyzedFiles parse(Map m) =>
    new AnalysisAnalyzedFiles(new List.from(m['directories']));