isAndroid property

bool isAndroid

Whether the operating system is a version of Android.

Identified by id being the string android.

Implementation

bool get isAndroid => ("android" == id);