DnsInformation class

DNS Information.

Annotations
  • @JsonSerializable()

Constructors

DnsInformation({required bool? fromDhcp, List<String>? searchDomain, List<DnsEntry>? dnsFromDhcp, List<DnsEntry>? dnsManual, dynamic extension})
DnsInformation.fromJson(Map<String, dynamic> json)
factory

Properties

dnsFromDhcp List<DnsEntry>?
List of DNS addresses received from DHCP.
final
dnsManual List<DnsEntry>?
List of manually entered DNS addresses.
final
extension → dynamic
final
fromDhcp bool?
Indicates whether or not DNS information is retrieved from DHCP.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchDomain List<String>?
Search domain.
final

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.
override

Operators

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