isAndroid property

bool isAndroid
final

Whether the operating system is Android.

The operating system is determined by operatingSystem, and is recognized as Android if the value is the string android.

Implementation

abstract final bool isAndroid;