parse static method

Implementation

static LinkedEditSuggestion parse(Map m) {
  return new LinkedEditSuggestion(m['value'], m['kind']);
}