TGetAttestationDocumentBody constructor

const TGetAttestationDocumentBody({
  1. String? organizationId,
  2. required String enclaveType,
})

Implementation

const TGetAttestationDocumentBody({
   this.organizationId,
  required  this.enclaveType,
});