isWindows top-level property

bool isWindows
getter/setter pair

Implementation

bool isWindows = kIsWeb ? false : Platform.isWindows;