easy_onvif
util
OnvifUtil
stringToBool method
stringToBool
stringToBool
method
Null safety
bool
stringToBool
(
String
value
)
Implementation
static bool stringToBool(String value) => value.toLowerCase() == 'true';
easy_onvif
util
OnvifUtil
stringToBool 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