menu
easy_onvif
util
OnvifUtil
optionalInt static method
optionalInt
brightness_4
optionalInt
static method
Null safety
int
?
optionalInt
(
String
?
value
)
Implementation
static int? optionalInt(String? value) => value != null ? int.parse(value) : null;
easy_onvif
util
OnvifUtil
optionalInt static method
OnvifUtil class
Constructors
OnvifUtil
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static properties
userHome
Static methods
authenticatingUri
convertToLogOptions
emptyMapToNull
mappedToBool
mappedToDateTime
mappedToDouble
mappedToInt
mappedToString
mappedToStringList
mappedToUri
nullableMappedToBool
nullableMappedToDateTime
nullableMappedToDouble
nullableMappedToInt
nullableMappedToIntList
nullableMappedToString
nullableMappedToStringList
nullableStringToBool
nullableStringToList
optionalBool
optionalDouble
optionalInt
stringOrMappedToBool
stringToBool
stringToList
takeSnapshot
takeSnapshotBase64
takeSnapshotFile
xmlToMap