Matches when the input equals expected (numeric-aware: "7" matches 7).
expected
"7"
7
@type t() :: %Ussd.Decisions.Equal{expected: String.t() | number()}
@spec new(String.t() | number()) :: t()