log2 property

num Function(num) get log2

Implementation

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

Implementation

set log2(_i2.num Function(_i2.num) value) {
  _i6.setProperty(
    this,
    'log2',
    _i6.allowInterop(value),
  );
}