Create an Attribute from a String value.
Attribute.fromString(this.key, String this.value) { if (key == null) { throw ArgumentError("key can't be null."); } }