IpGeoLocationIOResponse class

Constructors

IpGeoLocationIOResponse({required String ip, required String? hostName, required String continentCode, required String continentName, required String countryCode2, required String countryCode3, required String countryName, required String countryCapital, required String stateProv, required String district, required String city, required String zipCode, required double latitude, required double longitude, required bool isEu, required String callingCode, required String? countryLtd, required List<String> languages, required String countryFlag, required String geonameId, required String isp, required String? connectionType, required String? organization, required String? asn, required Currency currency, required TimeZone timeZone})
const
IpGeoLocationIOResponse.fromJson(String source)
factory
IpGeoLocationIOResponse.fromMap(Map<String, dynamic> map)
factory

Properties

asn String?
final
callingCode String
final
city String
final
connectionType String?
final
continentCode String
final
continentName String
final
countryCapital String
final
countryCode2 String
final
countryCode3 String
final
countryFlag String
final
countryLtd String?
final
countryName String
final
currency Currency
final
district String
final
geonameId String
final
hashCode int
The hash code for this object.
no setterinherited
hostName String?
final
ip String
final
isEu bool
final
isp String
final
languages List<String>
final
latitude double
final
longitude double
final
organization String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateProv String
final
timeZone TimeZone
final
zipCode String
final

Methods

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

Operators

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