isMacOS property

  1. @override
bool isMacOS

Whether the operating system is a version of macOS

Implementation

@override
bool get isMacOS => operatingSystem == OperatingSystem.macOS;