isIOS property Null safety

bool isIOS
final

Whether the operating system is a version of iOS.

Implementation

static final bool isIOS = (_operatingSystem == "ios");