isLinux function

bool isLinux()

Returns true when the current platform is Linux.

Implementation

bool isLinux() => Platform.isLinux;