UpdateServiceNotification constructor
UpdateServiceNotification({
- String? extra,
- int? client_id,
- string? type,
- MessageContent? content,
Implementation
UpdateServiceNotification({
super.extra,
super.client_id,
this.type,
this.content,
});