isLinux property

bool isLinux

Checks if the platform is Linux.

Implementation

bool get isLinux => Platform.isLinux;