Event constructor

Event(
  1. String message
)

Creates a new Event with the given message.

Implementation

Event(this.message);