Valuable.equality constructor

Valuable.equality(
  1. String value
)

Create a valuable with a same title & value

Implementation

factory Valuable.equality(String value) {
  return Valuable.glass(value, value);
}