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