UpdateServiceNotification constructor
UpdateServiceNotification({
- required String type,
- MessageContent? content,
Implementation
UpdateServiceNotification({required this.type, this.content});