buildSupportsWindows top-level property

bool buildSupportsWindows

Implementation

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