ListenerTimeout class

An object that represents timeouts for different protocols.

Constructors

ListenerTimeout({GrpcTimeout? grpc, HttpTimeout? http, HttpTimeout? http2, TcpTimeout? tcp})
ListenerTimeout.fromJson(Map<String, dynamic> json)
factory

Properties

grpc GrpcTimeout?
final
hashCode int
The hash code for this object.
no setterinherited
http HttpTimeout?
An object that represents types of timeouts.
final
http2 HttpTimeout?
An object that represents types of timeouts.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tcp TcpTimeout?
An object that represents types of timeouts.
final

Methods

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

Operators

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