pubExponent property Null safety

BigInt? pubExponent
@Deprecated('Use publicExponent.'), inherited

Get the public exponent (e)

Implementation

@Deprecated('Use publicExponent.')
BigInt? get pubExponent => publicExponent;