DetectedBehavior constructor

DetectedBehavior({
  1. int? confidence,
  2. int? type,
})

Implementation

DetectedBehavior({
  this.confidence,
  this.type,
});