DnsInformation class Null safety

DNS Information.

Annotations

Constructors

DnsInformation({required bool? fromDhcp, 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.
@JsonKey(name: 'DNSFromDHCP', fromJson: _dnsEntryConverter), final
dnsManual List<DnsEntry>?
List of manually entered DNS addresses.
@JsonKey(name: 'DNSManual', fromJson: _dnsEntryConverter), final
extension → dynamic
final
fromDhcp bool?
Indicates whether or not DNS information is retrieved from DHCP.
@JsonKey(name: 'FromDHCP', fromJson: OnvifUtil.nullableMappedToBool), final
hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
searchDomain String?
Search domain.
@JsonKey(name: 'SearchDomain'), final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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