SuggestionProto constructor
SuggestionProto({
- String? helpUrl,
- SafeHtmlProto? longMessage,
- String? priority,
- String? pseudoResourceId,
- RegionProto? region,
- String? resourceName,
- String? screenId,
- double? secondaryPriority,
- SafeHtmlProto? shortMessage,
- String? title,
Implementation
SuggestionProto({
this.helpUrl,
this.longMessage,
this.priority,
this.pseudoResourceId,
this.region,
this.resourceName,
this.screenId,
this.secondaryPriority,
this.shortMessage,
this.title,
});