isIOS property
bool
get
isIOS
True if the operating system is iOS.
Implementation
bool get isIOS => operatingSystem == iOS;
True if the operating system is iOS.
bool get isIOS => operatingSystem == iOS;