toEntity method
Implementation
NotificationPreference toEntity() {
return NotificationPreference(
notificationType: notificationType,
channel: channel,
enabled: enabled,
);
}
NotificationPreference toEntity() {
return NotificationPreference(
notificationType: notificationType,
channel: channel,
enabled: enabled,
);
}