buildSupportsWindows top-level property
bool
get
buildSupportsWindows
Build supports Windows
Implementation
bool get buildSupportsWindows =>
Platform.isWindows && [dartChannelMaster].contains(_flutterChannel);