boolValue property

bool get boolValue

boolValue

Implementation

bool get boolValue {
  objc.checkOsVersionInternal(
    'NSString.boolValue',
    iOS: (false, (2, 0, 0)),
    macOS: (false, (10, 5, 0)),
  );
  return _objc_msgSend_91o635(object$.ref.pointer, _sel_boolValue);
}