Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
history_collections_event.dart File Reference

Go to the source code of this file.

Classes

class  Equatable
class  HistoryCollectionsEvent

Functions

const LoadHistoryCollectionsEvent ({ required this.userId, required this.period, })

Variables

part of history_collections_bloc dart
sealed class HistoryCollectionsEvent extends Equatable userId
final String period
override List< Object > get props => [userId

Function Documentation

◆ LoadHistoryCollectionsEvent()

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

Variable Documentation

◆ dart

part of history_collections_bloc dart

Definition at line 1 of file history_collections_event.dart.

◆ period

override List<Object> get period

Definition at line 12 of file history_collections_event.dart.

◆ props

override List<Object> get props => [userId

Definition at line 20 of file history_collections_event.dart.

◆ userId

sealed class HistoryCollectionsEvent extends Equatable userId