Create an Attribute from a double-precision floating-point value.
Attribute.fromDouble(this.key, double this.value) { if (key == null) { throw ArgumentError("key can't be null."); } }