isMacOS property

bool isMacOS

Whether the operating system is a version of macOS.

Identified by id being the string macos.

Implementation

bool get isMacOS => ("macos" == id);