macos property

  1. @override
  2. @useResult
bool macos
override

Whether the current runtime type is macos.

Implementation

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