isLinux top-level property

bool isLinux
getter/setter pair

Implementation

bool isLinux = kIsWeb ? false : Platform.isLinux;