isIOS property

bool isIOS
final

Implementation

@pragma("vm:platform-const")
static final bool isIOS = (false == isWeb && Platform.isIOS);