IssuePickerSuggestionsIssueType class
A type of issue suggested for use in auto-completion.
Constructors
-
IssuePickerSuggestionsIssueType({String? id, List<
SuggestedIssue> ? issues, String? label, String? msg, String? sub}) -
IssuePickerSuggestionsIssueType.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the type of issues suggested for use in auto-completion.
final
-
issues
→ List<
SuggestedIssue> -
A list of issues suggested for use in auto-completion.
final
- label → String?
-
The label of the type of issues suggested for use in auto-completion.
final
- msg → String?
-
If no issue suggestions are found, returns a message indicating no
suggestions were found,
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sub → String?
-
If issue suggestions are found, returns a message indicating the number of
issues suggestions found and returned.
final
Methods
-
copyWith(
{String? id, List< SuggestedIssue> ? issues, String? label, String? msg, String? sub}) → IssuePickerSuggestionsIssueType -
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