v1GetPrivateKeyResponse constructor

const v1GetPrivateKeyResponse({
  1. required v1PrivateKey privateKey,
})

Implementation

const v1GetPrivateKeyResponse({
  required  this.privateKey,
});