isDarwin property

bool isDarwin

Implementation

static bool get isDarwin => isWeb ? false : isMacOs || isIOS;