Whether the operating system is a version of Android.
@pragma("vm:platform-const") @pragma("vm:shared") static final bool isAndroid = (operatingSystem == "android");