1import 'package:equatable/equatable.dart';
sealed class CheckInOutEvent extends Equatable userId
override List< Object?> get props
override List< Object?> get props
const GetTodayStatisticsEvent({ required this.userId, })
String get(String locale)
const SelectPeriodEvent({required this.period})
const GetCollectionStatisticsEvent({ required this.userId, required this.period, })
abstract class PeriodEvent extends Equatable period
abstract class UseCase< Type, Params > props