isMacOS property

bool get isMacOS
inherited

Whether the test is running on macOS.

Implementation

bool get isMacOS => _is(TargetPlatform.macOS);