requestsSeparateLinuxImpl property

bool get requestsSeparateLinuxImpl

True when the annotation spells Linux's implementation using the SPECIFIC LinuxNativeImpl.cpp marker rather than the generic NativeImpl.cpp shorthand. See requestsSeparateWindowsImpl — same mechanism, independent per platform.

Implementation

bool get requestsSeparateLinuxImpl => RegExp(
  r'\blinux\s*:\s*LinuxNativeImpl\.cpp\b',
).hasMatch(_annotation);