linux property

  1. @override
  2. @useResult
bool linux
override

Whether the current runtime type is linux.

Implementation

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