TautulliWHOISInfo class

Model to store the WHOIS information for an IP address.

Each individual subnet is stored in subnets, with each subnet being a TautulliWHOISSubnet.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliWHOISInfo({String? host, List<TautulliWHOISSubnet>? subnets})
TautulliWHOISInfo.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliWHOISInfo object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
host String?
Host of the IP address.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnets List<TautulliWHOISSubnet>?
List of TautulliWHOISSubnet containing information about each individual subnet.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a TautulliWHOISInfo object to a JSON map.
toString() String
Returns a JSON-encoded string version of this object.
override

Operators

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