isWindows property

bool isWindows

Implementation

static bool get isWindows =>
    kIsWeb ? false : defaultTargetPlatform == TargetPlatform.windows;