menu
easy_onvif
util
OnvifUtil
optionalDouble static method
optionalDouble
brightness_4
brightness_5
optionalDouble
static method
double
?
optionalDouble
(
String
?
value
)
Implementation
static double? optionalDouble(String? value) => value != null ? double.parse(value) : null;
easy_onvif
util
OnvifUtil
optionalDouble static 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
nullableMappedToIntList
nullableMappedToString
nullableMappedToStringList
nullableStringToBool
nullableStringToList
optionalBool
optionalDouble
optionalInt
stringOrMappedToBool
stringToBool
stringToList
takeSnapshot
takeSnapshotBase64
takeSnapshotFile
xmlToMap