supportsWindows property

bool get supportsWindows

True when Windows uses direct C++ (windows/CMakeLists.txt path).

Implementation

bool get supportsWindows => RegExp(
  r'\bwindows\s*:\s*(?:NativeImpl|WindowsNativeImpl)\.cpp\b',
).hasMatch(_annotation);