1import 'package:equatable/equatable.dart';
3import '../../../data/models/collection_statistics_model.dart';
25 required this.statistics,
36 required this.message,
57 required this.statistics,
68 required this.message,
override List< Object?> get props
override List< Object?> get props
const PeriodError({ required this.message, })
const TodayStatisticsLoading()
const TodayStatisticsError({ required this.message, })
override List< Object?> get props
String get(String locale)
class GetCollectionStatisticsParams CollectionStatisticsModel
abstract class PeriodState extends Equatable PeriodInitial()
class PeriodError extends PeriodState TodayStatisticsState()
const PeriodLoaded({ required this.statistics, })
const TodayStatisticsLoaded({ required this.statistics, })
const PeriodError({ required this.message, })
class PeriodLoading extends PeriodState statistics
abstract class UseCase< Type, Params > props