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

Function Documentation

◆ GetCollectionStatisticsEvent()

const GetCollectionStatisticsEvent ( { required this.userId, required this.period, } )
Here is the caller graph for this function:

◆ SelectPeriodEvent()

const SelectPeriodEvent ( {required this.period} )
Here is the caller graph for this function:

Variable Documentation

◆ period

override List< Object > get period

Definition at line 31 of file period_event.dart.

◆ props

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

Definition at line 16 of file period_event.dart.

◆ userId

class GetTodayStatisticsEvent extends PeriodEvent userId