grade property

  1. @JsonKey(unknownEnumValue: Grade.UNKNOWN)
Grade? grade
final

Grade of the panel, depicting the level of impact the product has for the corresponding topics. Client can choose to color code the panel depending on how good/bad the grade is. Scale: 'A' -> 'E'

Implementation

@JsonKey(unknownEnumValue: Grade.UNKNOWN)
final Grade? grade;