parse static method

Implementation

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