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