parse static method

Implementation

static FormatIfEnabledResult parse(Map m) => new FormatIfEnabledResult(
    new List.from(m['edits'].map((obj) => SourceFileEdit.parse(obj))));