NotificationResult constructor
NotificationResult({})
Implementation
NotificationResult({
this.id,
this.token,
this.tokenExpires,
this.type,
this.rid,
this.msg,
this.ts,
this.user,
this.updatedAt,
this.mentions,
this.channels,
});