TGetBootProofBody constructor

const TGetBootProofBody({
  1. String? organizationId,
  2. required String ephemeralKey,
})

Implementation

const TGetBootProofBody({
   this.organizationId,
  required  this.ephemeralKey,
});