static Attribute clone(Attribute origin, dynamic value) { return Attribute(origin.key, origin.scope, value); }