ResendListApiKeysResponseApiKey constructor

const ResendListApiKeysResponseApiKey({
  1. required String apiKeyId,
  2. required String name,
  3. required DateTime createdAt,
})

Constructor of ResendListApiKeysResponseApiKey

Implementation

const ResendListApiKeysResponseApiKey(
    {required this.apiKeyId, required this.name, required this.createdAt});