isAndroid property
bool
get
isAndroid
True if the operating system is Android.
Implementation
bool get isAndroid => operatingSystem == android;
True if the operating system is Android.
bool get isAndroid => operatingSystem == android;