TGetPrivateKeysBody constructor

const TGetPrivateKeysBody({
  1. String? organizationId,
})

Implementation

const TGetPrivateKeysBody({
   this.organizationId,
});