Create an Attribute from a list of integer values.
Attribute.fromIntList(this.key, List<int> this.value) { _assertKey(key); }