valueOf method

dynamic valueOf()

Old-style method that returns the value contained inside the global variable.

Implementation

_i2.dynamic valueOf() => _i6.callMethod(
      this,
      'valueOf',
      [],
    );