e property

  1. @Deprecated('Use get publicExponent')
BigInt? e
inherited

Get public exponent e

Implementation

@Deprecated('Use get publicExponent')
BigInt? get e => exponent;