Valuable.equality constructor
Valuable.equality(
- String value
Create a valuable with a same title & value
Implementation
factory Valuable.equality(String value) {
return Valuable.glass(value, value);
}
Create a valuable with a same title & value
factory Valuable.equality(String value) {
return Valuable.glass(value, value);
}