easy_onvif
address
Address
type property
type
type
property
Null safety
String
type
Indicates if the address is an IPv4 or IPv6 address.
enum { 'IPv4', 'IPv6' }
Implementation
String get type => xmlType['\$'];
easy_onvif
address
Address
type property
Address class
Constructors
Address
fromJson
Properties
hashCode
ip4Address
runtimeType
type
xmlIp4Address
xmlType
Methods
noSuchMethod
toJson
toString
Operators
operator ==