RemoteIpDetails constructor
RemoteIpDetails({
- City? city,
- Country? country,
- GeoLocation? geoLocation,
- String? ipAddressV4,
- Organization? organization,
Implementation
RemoteIpDetails({
this.city,
this.country,
this.geoLocation,
this.ipAddressV4,
this.organization,
});