HttpApiKeyAuthTrait constructor

const HttpApiKeyAuthTrait({
  1. String? scheme,
  2. required String name,
  3. required Location location,
})

Implementation

const HttpApiKeyAuthTrait({
  this.scheme,
  required this.name,
  required this.location,
});