menu
easy_onvif
device_management
DnsEntry
DnsEntry constructor
DnsEntry
brightness_4
brightness_5
DnsEntry
constructor
DnsEntry
(
{
required
String
type
,
required
String
?
ipv4Address
,
required
String
?
ipv6Address
}
)
Implementation
DnsEntry({ required this.type, required this.ipv4Address, required this.ipv6Address, });
easy_onvif
device_management
DnsEntry
DnsEntry constructor
DnsEntry class
Constructors
DnsEntry
fromJson
Properties
hashCode
ipv4Address
ipv6Address
runtimeType
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==