menu
easy_onvif
util.dart
OnvifUtil
stringToBool static method
stringToBool
brightness_4
brightness_5
stringToBool
static method
bool
stringToBool
(
String
value
)
Implementation
static bool stringToBool(String value) => value.toLowerCase() == 'true';
easy_onvif
util
OnvifUtil
stringToBool static method
OnvifUtil class