isMacOS top-level property

bool isMacOS

return true if running on macOs

Implementation

bool get isMacOS => !isWeb && Platform.isMacOS;