EmulatorDetectionMethod constructor

EmulatorDetectionMethod({
  1. required double score,
  2. String? reason,
})

Implementation

EmulatorDetectionMethod({required this.score, this.reason});