riskScore property

  1. @BuiltValueField.new(wireName: r'riskScore')
int? get riskScore

The score of the identity resulting from the signal(s) that were triggered.

Implementation

@BuiltValueField(wireName: r'riskScore')
int? get riskScore;