SuggestionProto constructor

SuggestionProto({
  1. String? helpUrl,
  2. SafeHtmlProto? longMessage,
  3. String? priority,
  4. String? pseudoResourceId,
  5. RegionProto? region,
  6. String? resourceName,
  7. String? screenId,
  8. double? secondaryPriority,
  9. SafeHtmlProto? shortMessage,
  10. String? title,
})

Implementation

SuggestionProto({
  this.helpUrl,
  this.longMessage,
  this.priority,
  this.pseudoResourceId,
  this.region,
  this.resourceName,
  this.screenId,
  this.secondaryPriority,
  this.shortMessage,
  this.title,
});