isLockFree property

bool Function(num) get isLockFree

Implementation

_i2.bool Function(_i2.num) get isLockFree => (_i2.num p0) => _i3.callMethod(
      _i3.getProperty(
        this,
        'isLockFree',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set isLockFree (bool value(num))

Implementation

set isLockFree(_i2.bool Function(_i2.num) value) {
  _i3.setProperty(
    this,
    'isLockFree',
    _i3.allowInterop(value),
  );
}