isWindows property

bool isWindows

Checks whether the device is windows or not

Implementation

static bool get isWindows =>
    !isWeb && defaultTargetPlatform == TargetPlatform.windows;