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