TargetTcpProxy_ProxyHeader.fromJson constructor

TargetTcpProxy_ProxyHeader.fromJson(
  1. Object? json
)

Implementation

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