UpdateServiceNotification constructor

UpdateServiceNotification({
  1. String? extra,
  2. int? client_id,
  3. string? type,
  4. MessageContent? content,
})

Implementation

UpdateServiceNotification({
  super.extra,
  super.client_id,
  this.type,
  this.content,
});