inWindows property
bool
get
inWindows
Implementation
bool get inWindows => platform != null && _platform == TargetPlatform.windows;
bool get inWindows => platform != null && _platform == TargetPlatform.windows;