HttpApiKeyAuthTrait.fromJson constructor

HttpApiKeyAuthTrait.fromJson(
  1. Object? json
)

Implementation

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