parseBool method
Other function name for getBoolFromString()
Implementation
static bool parseBool(String s) {
return getBoolFromString(s);
}
Other function name for getBoolFromString()
static bool parseBool(String s) {
return getBoolFromString(s);
}