easy_onvif
util
OnvifUtil
mappedToUri method
mappedToUri
mappedToUri
method
Null safety
Uri
mappedToUri
(
Map
<
String
,
dynamic
>
value
)
Implementation
static Uri mappedToUri(Map<String, dynamic> value) => Uri.parse(mappedToString(value));
easy_onvif
util
OnvifUtil
mappedToUri method
OnvifUtil class
Constructors
OnvifUtil
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static properties
userHome
Static methods
authenticatingUri
convertToLogOptions
mappedToBool
mappedToDateTime
mappedToDouble
mappedToInt
mappedToString
mappedToUri
nullableMappedToBool
nullableMappedToDateTime
nullableMappedToDouble
nullableMappedToInt
nullableMappedToString
optionalBool
optionalDouble
optionalInt
stringToBool
takeSnapshot
takeSnapshotBase64
takeSnapshotFile
unbound
xmlToMap