GRPCTLSHealthCheck.fromJson constructor

GRPCTLSHealthCheck.fromJson(
  1. Map json_
)

Implementation

GRPCTLSHealthCheck.fromJson(core.Map json_)
  : this(
      grpcServiceName: json_['grpcServiceName'] as core.String?,
      port: json_['port'] as core.int?,
      portSpecification: json_['portSpecification'] as core.String?,
    );