valueEquals method
Checks whether the value of the union equals the supplied value.
Implementation
bool valueEquals(o) => map((t) => t == o, (t) => t == o);
Checks whether the value of the union equals the supplied value.
bool valueEquals(o) => map((t) => t == o, (t) => t == o);