HttpApiKeyAuthTrait.fromJson constructor
HttpApiKeyAuthTrait.fromJson(
- Object? json
Implementation
factory HttpApiKeyAuthTrait.fromJson(Object? json) =>
_$HttpApiKeyAuthTraitFromJson((json as Map).cast<String, Object?>());