toEntity method

NotificationPreference toEntity()

Implementation

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