Create an Attribute from a list of boolean values.
Attribute.fromBooleanList(this.key, List<bool> this.value) { if (key == null) { throw ArgumentError("key can't be null."); } }