Returns a matches that matches if the value is the same instance as expected, using identical.
expected
Matcher same(Object? expected) => _IsSameAs(expected);