EmulatorCheckResult class

The result of an emulator detection check.

This class contains the comprehensive results of running emulator detection methods, including the likelihood score, physical device status, and detailed reasons for the detection decision.

Constructors

EmulatorCheckResult.new({required double score, required bool isEmulator, required List<String> reasons})

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmulator bool
Whether the device is considered an emulator device.
final
reasons List<String>
List of reasons why the device was flagged as an emulator.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
The emulator likelihood score (0-100).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited