isWindows property

bool get isWindows

Implementation

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