parse static method

Implementation

static PostfixCompletionResult parse(Map m) =>
    new PostfixCompletionResult(SourceChange.parse(m['change']));