Detection constructor

Detection({
  1. String? binary,
  2. double? percentPagesMatched,
})

Implementation

Detection({this.binary, this.percentPagesMatched});