get

fun get(): T

Returns this event's current T snapshot. Re-derives via getEventSchema and clears the dirty flag when isDirty is true; otherwise returns the cached event unchanged.

Return

the current T for this event.