GrpcSettings class

Constructors

GrpcSettings({required Object host, required int port, ChannelOptions options = const ChannelOptions(credentials: ChannelCredentials.insecure())})

Properties

hashCode int
The hash code for this object.
no setterinherited
host Object
The host name or IP address of the remote node.
final
options → ChannelOptions
Channel options
final
port int
The port used to establish a connection with the remote node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited