ApiKey constructor
const
ApiKey({})
Returns a new ApiKey instance.
Implementation
const ApiKey({
required this.acl,
this.description,
this.indexes,
this.maxHitsPerQuery,
this.maxQueriesPerIPPerHour,
this.queryParameters,
this.referers,
this.validity,
});