Create an Attribute from a list of boolean values.
Attribute.fromBooleanList(this.key, List<bool> this.value) { _assertKey(key); }