isMacOS property

bool isMacOS

Implementation

static bool get isMacOS =>
    kIsWeb ? false : defaultTargetPlatform == TargetPlatform.macOS;