parse static method

Implementation

static IncludedSuggestionSet parse(Map m) {
  return new IncludedSuggestionSet(m['id'], m['relevance'],
      displayUri: m['displayUri']);
}