Throws an exception with a detailed message.
@override Never expect(String expected) { throw CodableException.unexpectedType(expected: expected, actual: '${_value.runtimeType}', data: _value); }