AuthApiKeyModel constructor
const
AuthApiKeyModel({})
Implementation
const factory AuthApiKeyModel({
required String key,
@Default('header') String location, // 'header' or 'query'
@Default('x-api-key') String name,
}) = _AuthApiKeyModel;