isIOS property Null safety
final
Whether the operating system is a version of iOS.
Implementation
static final bool isIOS = (_operatingSystem == "ios");
Whether the operating system is a version of iOS.
static final bool isIOS = (_operatingSystem == "ios");