SuggestionProto class

Constructors

SuggestionProto({String? helpUrl, SafeHtmlProto? longMessage, String? priority, String? pseudoResourceId, RegionProto? region, String? resourceName, String? screenId, double? secondaryPriority, SafeHtmlProto? shortMessage, String? title})
SuggestionProto.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
helpUrl String?
Reference to a help center article concerning this type of suggestion.
getter/setter pair
longMessage SafeHtmlProto?
Message, in the user's language, explaining the suggestion, which may contain markup.
getter/setter pair
priority String?
Relative importance of a suggestion.
getter/setter pair
pseudoResourceId String?
A somewhat human readable identifier of the source view, if it does not have a resource_name.
getter/setter pair
region RegionProto?
Region within the screenshot that is relevant to this suggestion.
getter/setter pair
resourceName String?
Reference to a view element, identified by its resource name, if it has one.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenId String?
ID of the screen for the suggestion.
getter/setter pair
secondaryPriority double?
Relative importance of a suggestion as compared with other suggestions that have the same priority and category.
getter/setter pair
shortMessage SafeHtmlProto?
Concise message, in the user's language, representing the suggestion, which may contain markup.
getter/setter pair
title String?
General title for the suggestion, in the user's language, without markup.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited