isAndroid property

bool get isAndroid

True if the operating system is Android.

Implementation

bool get isAndroid => operatingSystem == android;