isAndroid property

bool isAndroid

True if the operating system is Android.

Implementation

bool get isAndroid => operatingSystem == android;