Event constructor

Event(
  1. String _label,
  2. String _action,
  3. Map<String, Object> parameters
)

Implementation

Event(this._label, this._action, this.parameters);