toExponential property

String Function([num?]) get toExponential

Implementation

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

Implementation

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