menu
patrol_plus package
documentation
patrol.dart
PatrolIntegrationTester
isMacOS property
isMacOS property
dark_mode
light_mode
isMacOS
property
bool
get
isMacOS
inherited
Whether the test is running on macOS.
Implementation
bool get isMacOS => _is(TargetPlatform.macOS);
patrol_plus package
documentation
patrol
PatrolIntegrationTester
isMacOS property
PatrolIntegrationTester class