isAndroid property
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;
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.
abstract final bool isAndroid;