isLinuxCommunity function

bool isLinuxCommunity([
  1. PlatformDetector? detector
])

Implementation

bool isLinuxCommunity([PlatformDetector? detector]) =>
    (detector?.company ?? PlatformDetector.platform.company) ==
    PlatformCompany.linux;