isMacOS property

  1. @override
bool get isMacOS
override

Check if the platform is macOS.

プラットフォームがmacOSかどうかを確認します。

Implementation

@override
bool get isMacOS => UniversalPlatform.isMacOS;