Issue class
Product issue.
Constructors
Properties
- attribute ↔ String?
-
If present, the attribute that triggered the issue.
getter/setter pair
- description ↔ String?
-
Longer description of the issue focused on how to resolve it.
getter/setter pair
- destination ↔ String?
-
The destination this issue applies to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resolution ↔ String?
-
What needs to happen to resolve the issue.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity ↔ String?
-
The severity of the issue.
Possible string values are:
getter/setter pair
- timestamp ↔ String?
-
The timestamp when this issue appeared.
getter/setter pair
- title ↔ String?
-
Short title describing the nature of the issue.
getter/setter pair
- type ↔ String?
-
The server-generated type of the issue, for example,
“INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.
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