AlertInfo constructor
AlertInfo(
- AlertEvent event,
- String message
Data class for the alert stream.
Implementation
AlertInfo(this.event, this.message);
Data class for the alert stream.
AlertInfo(this.event, this.message);