TGetLatestBootProofResponse constructor

const TGetLatestBootProofResponse({
  1. required v1BootProof bootProof,
})

Implementation

const TGetLatestBootProofResponse({
  required  this.bootProof,
});