toEntity method

OrgNotification toEntity()

Implementation

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