log10 property

num Function(num) get log10

Implementation

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

Implementation

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