|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import equatable.dart;
Go to the source code of this file.
Classes | |
| class | Equatable |
| class | PeriodEvent |
Functions | |
| const | SelectPeriodEvent ({required this.period}) |
| const | GetCollectionStatisticsEvent ({ required this.userId, required this.period, }) |
Variables | |
| abstract class PeriodEvent extends Equatable | period |
| override List< Object?> get | props => [period] |
| class GetTodayStatisticsEvent extends PeriodEvent | userId |
| const GetCollectionStatisticsEvent | ( | { required this.userId, required this.period, } | ) |

| const SelectPeriodEvent | ( | {required this.period} | ) |

| override List< Object > get period |
Definition at line 31 of file period_event.dart.
Definition at line 16 of file period_event.dart.
| class GetTodayStatisticsEvent extends PeriodEvent userId |