toEntity method
Implementation
OrgNotification toEntity() {
return OrgNotification(
id: id,
orgId: orgId,
type: type,
title: title,
body: body,
metadata: metadata,
readAt: readAt,
createdAt: createdAt,
);
}
OrgNotification toEntity() {
return OrgNotification(
id: id,
orgId: orgId,
type: type,
title: title,
body: body,
metadata: metadata,
readAt: readAt,
createdAt: createdAt,
);
}