BaseGetApiKeyResponse constructor

const BaseGetApiKeyResponse({
  1. String? value,
  2. required int createdAt,
})

Returns a new BaseGetApiKeyResponse instance.

Implementation

const BaseGetApiKeyResponse({
  this.value,
  required this.createdAt,
});