Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
period_state.dart File Reference
import package;
import equatable.dart;
import data;
import models;
import collection_statistics_model.dart;
Include dependency graph for period_state.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

Function Documentation

◆ PeriodError()

const TodayStatisticsState::PeriodError ( { required this.message, } )
Here is the caller graph for this function:

◆ PeriodInitial()

abstract class PeriodState extends Equatable PeriodInitial ( )
Here is the caller graph for this function:

◆ PeriodLoaded()

const PeriodLoaded ( { required this.statistics, } )
Here is the caller graph for this function:

◆ PeriodState()

const PeriodInitial::PeriodState ( )

◆ TodayStatisticsLoaded()

const TodayStatisticsLoaded ( { required this.statistics, } )
Here is the caller graph for this function:

◆ TodayStatisticsState()

class PeriodError extends PeriodState TodayStatisticsState ( )
Here is the call graph for this function:

Variable Documentation

◆ message

final String message

Definition at line 0 of file period_state.dart.

◆ props

override List<Object?> get props => []

Definition at line 4 of file period_state.dart.

◆ statistics

class TodayStatisticsLoading extends TodayStatisticsState statistics