clone abstract method
Creates a new instance of this attribute with the given value.
This method must be implemented by all subclasses to support cloning and deserialization.
Implementation
EasyAttribute clone(T? value);
Creates a new instance of this attribute with the given value.
This method must be implemented by all subclasses to support cloning and deserialization.
EasyAttribute clone(T? value);