isMacos static method

bool isMacos()

Implementation

static bool isMacos() {
  return defaultTargetPlatform == TargetPlatform.macOS;
}