UpdateServiceNotification constructor

UpdateServiceNotification({
  1. required String type,
  2. MessageContent? content,
})

Implementation

UpdateServiceNotification({required this.type, this.content});