sqrt property

num Function(num) get sqrt

Implementation

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

Implementation

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