SignResponse constructor
SignResponse({
- String? keyId,
- Uint8List? signature,
- SigningAlgorithmSpec? signingAlgorithm,
Implementation
SignResponse({
this.keyId,
this.signature,
this.signingAlgorithm,
});