e property

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

Get public exponent e

Implementation

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