SerialNumberMethod class

Detection method that checks if the device serial number is "unknown".

This method examines the device's serial number property to detect emulators. Many Android emulators return "unknown" as the serial number, which is uncommon on physical devices that typically have unique serial numbers.

Reliability: Medium (70-80%)

  • Good indicator for many emulators
  • Some physical devices may also return "unknown" if serial is not available
  • Easy to spoof by modifying device properties

Score: 15 points when serial number is "unknown"

Performance: Fast - only checks string property

Inheritance

Constructors

SerialNumberMethod.new({double score = 15, String? reason = "Serial number is unknown"})

Properties

hashCode int
The hash code for this object.
no setterinherited
reason String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
finalinherited

Methods

execute() Future<({String? reason, double score})>
Executes the method and returns a score between 0 and 100
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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