MGrpcService class

Constructors

MGrpcService({required String service, required String host, required String userAgent, required int timeoutIdle, required int timeoutConnect, required int timeoutConnection, required bool tls, required String tlsAuthority, required String tlsType, required String tlsRootFilepath, required String tlsCertFilepath, required String tlsKeyFilepath, required bool authorization})

Properties

authorization bool
final
hashCode int
The hash code for this object.
no setterinherited
host String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String
final
timeoutConnect int
final
timeoutConnection int
final
timeoutIdle int
final
tls bool
final
tlsAuthority String
final
tlsCertFilepath String
final
tlsKeyFilepath String
final
tlsRootFilepath String
final
tlsType String
final
userAgent String
final

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