ServerEvent constructor
const
ServerEvent({
- required ServerEventType type,
- required String message,
- Map<
String, dynamic> ? data,
Constructor
Implementation
const ServerEvent({
required this.type,
required this.message,
this.data,
});