Notification constructor
Notification({
- NotificationType? msg,
- String? collection,
- String? serverId,
- List<
String> ? subs, - List<
String> ? methods, - String? id,
- NotificationFields? fields,
- NotificationResult? result,
Implementation
Notification({
this.msg,
this.collection,
this.serverId,
this.subs,
this.methods,
this.id,
this.fields,
this.result,
});