parse static method

Implementation

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