e property Null safety

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

Get public exponent e

Implementation

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