ProductIssue class

An issue affecting specific product.

Constructors

ProductIssue({List<Action>? actions, ProductIssueImpact? impact, String? prerenderedContent, String? title})
ProductIssue.fromJson(Map json_)

Properties

actions List<Action>?
A list of actionable steps that can be executed to solve the issue.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
impact ProductIssueImpact?
Clarifies the severity of the issue.
getter/setter pair
prerenderedContent String?
Details of the issue as a pre-rendered HTML.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title of the issue.
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