toPrecision property

String Function([num?]) get toPrecision

Implementation

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

Implementation

set toPrecision(_i2.String Function([_i2.num?]) value) {
  _i6.setProperty(
    this,
    'toPrecision',
    _i6.allowInterop(value),
  );
}