menu
emulator_guard package
documentation
result.dart
EmulatorCheckResult
EmulatorCheckResult.new constructor
EmulatorCheckResult.new constructor
dark_mode
light_mode
EmulatorCheckResult
constructor
EmulatorCheckResult
(
{
required
double
score
,
required
bool
isEmulator
,
required
List
<
String
>
reasons
,
})
Implementation
EmulatorCheckResult({ required this.score, required this.isEmulator, required this.reasons, });
emulator_guard package
documentation
result
EmulatorCheckResult
EmulatorCheckResult.new constructor
EmulatorCheckResult class