isAndroid property

bool get isAndroid

Whether the operating system is a version of Android.

Identified by id being the string android.

Implementation

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