windows property

  1. @override
  2. @useResult
bool windows
override

Whether the current runtime type is windows.

Implementation

@override
@useResult bool get windows => type == PlatformType.windows;