isMacOS property

bool isMacOS

True if the app is running on macos

Implementation

static bool get isMacOS => type == PlatformType.macOS;