iconColorFromEvaluation property

bool? iconColorFromEvaluation
final

If true, the icon can be tinted with a color (red/green/yellow/whatever) in accordance with the evaluation of the knowledge panel as per the client's discretion.

Implementation

@JsonKey(name: 'icon_color_from_evaluation', defaultValue: false)
final bool? iconColorFromEvaluation;