isWindows property

bool Function() isWindows
getter/setter pair

Overridable for tests (Platform.isWindows is not mockable).

Implementation

static bool Function() isWindows = () => Platform.isWindows;