IspInfo class

Information about the Internet Service Provider.

Constructors

IspInfo({required String asn, required String org, required String isp})
Creates a new ISP information object.
IspInfo.fromJson(Map<String, dynamic> json)
Creates an IspInfo from a JSON object.
factory

Properties

asn String
Autonomous System Number
final
hashCode int
The hash code for this object.
no setterinherited
isp String
Internet Service Provider name
final
org String
Organization name
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
toJson() Map<String, dynamic>
Converts this IspInfo to a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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