integerValue property

int get integerValue

integerValue

Implementation

int get integerValue {
  objc.checkOsVersionInternal(
    'NSString.integerValue',
    iOS: (false, (2, 0, 0)),
    macOS: (false, (10, 5, 0)),
  );
  return _objc_msgSend_1hz7y9r(object$.ref.pointer, _sel_integerValue);
}