Datum constructor
Implementation
Datum({
this.id,
this.uid,
this.title,
this.action,
this.body,
this.meta,
this.read,
this.createdAt,
this.updatedAt,
this.icon,
});
Datum({
this.id,
this.uid,
this.title,
this.action,
this.body,
this.meta,
this.read,
this.createdAt,
this.updatedAt,
this.icon,
});