GRPCInfo constructor
GRPCInfo({})
Implementation
GRPCInfo({
required this.host,
this.port = 9090,
this.credentials = const ChannelCredentials.insecure(),
this.webHost,
this.webPort = 443,
this.webTransportSecure = true,
});