copyWithEvent method

EventQueueState copyWithEvent(
  1. ApplicationEvent event
)

Implementation

EventQueueState copyWithEvent(ApplicationEvent event) =>
    EventQueueState(event: event);