CreateAdminApiKeyResponse.fromJson constructor

CreateAdminApiKeyResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory CreateAdminApiKeyResponse.fromJson(Map<String, Object?> json) =>
    _$CreateAdminApiKeyResponseFromJson(json);