buildSupportsWindows top-level property

bool buildSupportsWindows

Build supports Windows

Implementation

bool get buildSupportsWindows =>
    Platform.isWindows && [dartChannelMaster].contains(_flutterChannel);