Returns true if the platform is Windows.
true
@override bool get isWindows => _ua.contains('windows') || name.contains('win');