easy_onvif
service
Service
Service constructor
Service
Service
constructor
Null safety
Service
(
{
required
String
nameSpace
,
required
String
xAddr
,
required
Version
version
,
Map
<
String
,
dynamic
>
?
capabilites
}
)
Implementation
Service( {required this.nameSpace, required this.xAddr, required this.version, this.capabilites});
easy_onvif
service
Service
Service constructor
Service class
Constructors
Service
fromJson
Properties
capabilites
hashCode
nameSpace
runtimeType
version
xAddr
Methods
noSuchMethod
toJson
toString
Operators
operator ==