isNaN property

bool Function([Object?]) get isNaN

Implementation

static _i2.bool Function([_i2.Object?]) get isNaN =>
    ([_i2.Object? p0]) => _i6.callMethod(
          _i6.getProperty(
            _i7.target2,
            'isNaN',
          ),
          r'call',
          [
            _i7.target2,
            p0,
          ],
        );
set isNaN (bool value([Object?]))

Implementation

static set isNaN(_i2.bool Function([_i2.Object?]) value) {
  _i6.setProperty(
    _i7.target2,
    'isNaN',
    _i6.allowInterop(value),
  );
}