TGetPrivateKeyBody constructor

const TGetPrivateKeyBody({
  1. String? organizationId,
  2. required String privateKeyId,
})

Implementation

const TGetPrivateKeyBody({
  this.organizationId,
  required this.privateKeyId,
});