easy_onvif
util
nullableToInt function
nullableToInt
nullableToInt
function
Null safety
int
?
nullableToInt
(
String
?
value
)
Implementation
int? nullableToInt(String? value) { return value != null ? stringToInt(value) : null; }
easy_onvif
util
nullableToInt function
util library
Classes
OnvifUtil
Functions
mappedToBool
mappedToDouble
mappedToInt
mappedToString
nullableMappedToString
nullableToBool
nullableToInt
stringToBool
stringToDouble
stringToInt