PushEvent constructor

PushEvent(
  1. PushwooshMessage pushwooshMessage,
  2. bool? fromBackground
)

Implementation

PushEvent(this.pushwooshMessage, this.fromBackground);