Organization class
Contains information about the ISP organization of the remote IP address.
Constructors
- Organization({String? asn, String? asnOrg, String? isp, String? org})
-
Organization.fromJson(Map<
String, dynamic> json) -
factory
Properties
- asn → String?
-
The Autonomous System Number (ASN) of the internet provider of the remote IP
address.
final
- asnOrg → String?
-
The organization that registered this ASN.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isp → String?
-
The ISP information for the internet provider.
final
- org → String?
-
The name of the internet provider.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited