getBoolVal method

bool getBoolVal(
  1. dynamic key
)

Implementation

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