TCreatePrivateKeysBody constructor

const TCreatePrivateKeysBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required List<v1PrivateKeyParams> privateKeys,
})

Implementation

const TCreatePrivateKeysBody({
  this.timestampMs,
  this.organizationId,
  required this.privateKeys,
});