GetHostnameSuggestionResult constructor

GetHostnameSuggestionResult({
  1. String? hostname,
  2. String? layerId,
})

Implementation

GetHostnameSuggestionResult({
  this.hostname,
  this.layerId,
});