BaseGetApiKeyResponse constructor
Returns a new BaseGetApiKeyResponse instance.
Implementation
const BaseGetApiKeyResponse({
required this.value,
required this.createdAt,
});
Returns a new BaseGetApiKeyResponse instance.
const BaseGetApiKeyResponse({
required this.value,
required this.createdAt,
});