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