isMacOS property
bool
get
isMacOS
Flag which determines whether current platform is MacOS.
Implementation
static bool get isMacOS => defaultTargetPlatform == TargetPlatform.macOS;
Flag which determines whether current platform is MacOS.
static bool get isMacOS => defaultTargetPlatform == TargetPlatform.macOS;