isWindows top-level property
bool
get
isWindows
Implementation
bool get isWindows => defaultTargetPlatform == TargetPlatform.windows;
bool get isWindows => defaultTargetPlatform == TargetPlatform.windows;