isEmulator property
Whether the device is considered an emulator device.
This is determined by comparing the total score against the platform threshold. If the score is above the threshold, the device is considered emulator.
Implementation
final bool isEmulator;