payload<E> method

E payload<E>()

Getter + caster for the payload. Use with caution!

Implementation

E payload<E>() => _payload as E;