e property

num get e

The mathematical constant e. This is Euler's number, the base of natural logarithms.

Implementation

_i2.num get e => _i6.getProperty(
      this,
      'E',
    );