easy_onvif
util
OnvifUtil
optionalInt method
optionalInt
optionalInt
method
Null safety
int
?
optionalInt
(
String
?
value
)
Implementation
static int? optionalInt(String? value) => value != null ? int.parse(value) : null;
easy_onvif
util
OnvifUtil
optionalInt 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