ApiKey constructor
ApiKey({})
Returns a new ApiKey instance.
Implementation
ApiKey({
required this.id,
required this.name,
required this.keyPrefix,
this.scopes = const [],
required this.createdAt,
this.lastUsedAt,
});