SuggestedIssue class
An issue suggested for use in the issue picker auto-completion.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
The ID of the issue.
final
- img → String?
-
The URL of the issue type's avatar.
final
- key → String?
-
The key of the issue.
final
- keyHtml → String?
-
The key of the issue in HTML format.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summary → String?
-
The phrase containing the query string in HTML format, with the string
highlighted with HTML bold tags.
final
- summaryText → String?
-
The phrase containing the query string, as plain text.
final
Methods
-
copyWith(
{int? id, String? img, String? key, String? keyHtml, String? summary, String? summaryText}) → SuggestedIssue -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited