RemoteIpDetails class
Contains information about the remote IP address of the connection.
Constructors
- RemoteIpDetails({City? city, Country? country, GeoLocation? geoLocation, String? ipAddressV4, Organization? organization})
-
RemoteIpDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- city → City?
-
The city information of the remote IP address.
final
- country → Country?
-
The country code of the remote IP address.
final
- geoLocation → GeoLocation?
-
The location information of the remote IP address.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddressV4 → String?
-
The IPv4 remote address of the connection.
final
- organization → Organization?
-
The ISP organization information of the remote IP address.
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