v1GetPrivateKeyResponse constructor
const
v1GetPrivateKeyResponse({
- required v1PrivateKey privateKey,
Implementation
const v1GetPrivateKeyResponse({
required this.privateKey,
});