UptimeCheckIp class

Contains the region, location, and list of IP addresses where checkers in the location run from.

Constructors

UptimeCheckIp({String? ipAddress, String? location, String? region})
UptimeCheckIp.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
The IP address from which the Uptime check originates.
getter/setter pair
location String?
A more specific location within the region that typically encodes a particular city/town/metro (and its containing state/province or country) within the broader umbrella region category.
getter/setter pair
region String?
A broad region category in which the IP address is located. Possible string values are:
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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