lbound property

num Function([num?]) get lbound

Implementation

_i2.num Function([_i2.num?]) get lbound => ([_i2.num? p0]) => _i3.callMethod(
      _i3.getProperty(
        this,
        'lbound',
      ),
      r'call',
      [
        this,
        p0 ?? _i5.undefined,
      ],
    );
set lbound (num value([num?]))

Implementation

set lbound(_i2.num Function([_i2.num?]) value) {
  _i3.setProperty(
    this,
    'lbound',
    _i3.allowInterop(value),
  );
}