TGetApiKeysBody constructor

const TGetApiKeysBody({
  1. String? organizationId,
  2. String? userId,
})

Implementation

const TGetApiKeysBody({
  this.organizationId,
  this.userId,
});