ApiKeyAuthentication.fromJson constructor

ApiKeyAuthentication.fromJson(
  1. Map<String, dynamic> json
)

Factory method to create ApiKeyAuthentication from json.

Implementation

factory ApiKeyAuthentication.fromJson(Map<String, dynamic> json) =>
    _$ApiKeyAuthenticationFromJson(json);