isLinux property

bool get isLinux

Indicates whether device's OS is Linux.

Implementation

bool get isLinux => GetPlatform.isLinux;