getBoolVal method

bool getBoolVal(
  1. String key
)

Implementation

bool getBoolVal(String key) {
  return getBoolValOr(key) ?? false;
}