AddApiKeyResponse.fromJson constructor

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

Implementation

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