|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import equatable.dart;import data;import models;import collection_statistics_model.dart;
Go to the source code of this file.
Classes | |
| class | Equatable |
| class | PeriodState |
| class | TodayStatisticsState |
Functions | |
| abstract class PeriodState extends Equatable | PeriodInitial () |
| const | PeriodState () |
| const | PeriodLoaded ({ required this.statistics, }) |
| class PeriodError extends PeriodState | TodayStatisticsState () |
| const | PeriodError ({ required this.message, }) |
| const | TodayStatisticsLoaded ({ required this.statistics, }) |
Variables | |
| override List< Object?> get | props => [] |
| class PeriodLoading extends PeriodState | statistics |
| final String | message |
| const TodayStatisticsState::PeriodError | ( | { required this.message, } | ) |

| abstract class PeriodState extends Equatable PeriodInitial | ( | ) |

| const PeriodLoaded | ( | { required this.statistics, } | ) |

| const PeriodInitial::PeriodState | ( | ) |
| const TodayStatisticsLoaded | ( | { required this.statistics, } | ) |

| class PeriodError extends PeriodState TodayStatisticsState | ( | ) |

| final String message |
Definition at line 0 of file period_state.dart.
| override List<Object?> get props => [] |
Definition at line 4 of file period_state.dart.
| class TodayStatisticsLoading extends TodayStatisticsState statistics |