BackendConnectionErrors class

Constructors

BackendConnectionErrors({int? connectionRefusedCount, int? hTTPCode4XXCount, int? hTTPCode5XXCount, int? otherCount, int? timeoutCount, int? unknownHostCount})

Properties

connectionRefusedCount int?
final
hashCode int
The hash code for this object.
no setterinherited
hTTPCode4XXCount int?
final
hTTPCode5XXCount int?
final
otherCount int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutCount int?
final
unknownHostCount int?
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