isLinux property

bool isLinux

True if the app is running on linux

Implementation

static bool get isLinux => type == PlatformType.linux;