parse static method

Implementation

static AnalysisClosingLabels parse(Map m) => new AnalysisClosingLabels(
    m['file'],
    new List.from(m['labels'].map((obj) => ClosingLabel.parse(obj))));