value icon indicating copy to clipboard operation
value copied to clipboard

Value object pattern implementation

Results 1 value issues
Sort by recently updated
recently updated
newest added

Value Object is an immutable object, so I declare attributes as properties. Also, show default values on repr for convenience.