1part of
'notifications_bloc.dart';
3sealed
class NotificationsEvent
extends Equatable {
sealed class CheckInOutEvent extends Equatable userId
const NotificationsEvent()
override List< Object?> get props
String get(String locale)
const LoadNotificationsEvent({required this.userId})
abstract class UseCase< Type, Params > props