QueryEncryptedSeedResponse constructor

const QueryEncryptedSeedResponse({
  1. List<int>? encryptedSeed,
  2. List<int>? machineBinding,
})

Implementation

const QueryEncryptedSeedResponse({this.encryptedSeed, this.machineBinding});