GetDomainSuggestionsResponse constructor

GetDomainSuggestionsResponse({
  1. List<DomainSuggestion>? suggestionsList,
})

Implementation

GetDomainSuggestionsResponse({
  this.suggestionsList,
});