signer property

Signer<_SignerImpl>? signer

If a Signer was provided to the constructor, this is that signer.

Implementation

Signer? get signer => impl.signer != null ? Signer._(impl.signer!) : null;