testIsWindows property

  1. @visibleForTesting
bool? testIsWindows
getter/setter pair

bool which can be overridden for test purposes to indicate the platform is windows.

Implementation

@visibleForTesting
static bool? testIsWindows;