InternetConnectionIssueFailure class

Implemented types

Constructors

InternetConnectionIssueFailure({String? original, String? domain, String? address, int? port, int? osErrorCode, String? osErrorMessage})
InternetConnectionIssueFailure.fromSocketException(SocketException e)
factory

Properties

address String?
final
code String?
no setteroverride
domain String?
final
hashCode int
The hash code for this object.
no setteroverride
message String?
no setteroverride
original String?
final
osErrorCode int?
final
osErrorMessage String?
final
port int?
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.
override

Operators

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