isWindows property

  1. @override
bool get isWindows

Returns true if the platform is Windows.

Implementation

@override
bool get isWindows => _ua.contains('windows') || name.contains('win');