isMacOS property

bool get isMacOS

Flag which determines whether current platform is MacOS.

Implementation

static bool get isMacOS => defaultTargetPlatform == TargetPlatform.macOS;