isMacOS property

bool get isMacOS

Check if the current platform is macOS

Implementation

static bool get isMacOS => !kIsWeb && Platform.isMacOS;