platformIsDarwin property

bool get platformIsDarwin

Implementation

static bool get platformIsDarwin =>
    !kIsWeb && Platform.isIOS || Platform.isMacOS;