SignatureResult constructor
SignatureResult({})
Implementation
SignatureResult({
this.signature,
this.signatureBytes,
this.publicKey,
this.error,
this.code,
this.algorithm,
this.keySize,
this.selectedFallbackIndex,
this.selectedFallbackText,
});