Gets a Boolean attribute value by key. Returns null if the key doesn't exist or if the value is not a Boolean.
bool? getBool(String name) => _getTyped<bool>(name);