IpStackResponse class

Automatically generated;

Constructors

IpStackResponse({String? ip, String? type, String? continentCode, String? continentName, String? countryCode, String? countryName, String? regionCode, String? regionName, String? city, String? zip, double? latitude, double? longitude, Location? location})
IpStackResponse.fromJson(dynamic json)

Properties

city String?
no setter
continentCode String?
no setter
continentName String?
no setter
countryCode String?
no setter
countryName String?
no setter
hashCode int
The hash code for this object.
no setterinherited
ip String?
no setter
latitude double?
no setter
location Location?
no setter
longitude double?
no setter
regionCode String?
no setter
regionName String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
no setter
zip String?
no setter

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