Http2HealthCheck_ProxyHeader.fromJson constructor

Http2HealthCheck_ProxyHeader.fromJson(
  1. Object? json
)

Implementation

factory Http2HealthCheck_ProxyHeader.fromJson(Object? json) =>
    Http2HealthCheck_ProxyHeader(json as String);