1import 'package:equatable/equatable.dart';
8 required this.collectionPoints,
const UserEntity({ required this.id, })
const ReqCreateDriverCollectionEntity({ required this.collectionPoints, required this.user, })
override List< Object?> get props
final List< CollectionPointEntity > collectionPoints
String get(String locale)
const CollectionPointEntity({ required this.id, })
abstract class UseCase< Type, Params > props