AlertInfo constructor

AlertInfo(
  1. AlertEvent event,
  2. String message
)

Data class for the alert stream.

Implementation

AlertInfo(this.event, this.message);