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