isAndroid property Null safety
final
Whether the operating system is a version of Android.
Implementation
static final bool isAndroid = (_operatingSystem == "android");
Whether the operating system is a version of Android.
static final bool isAndroid = (_operatingSystem == "android");