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

Go to the source code of this file.

Classes

class  Equatable
class  WeeklyCollectionsState

Functions

const WeeklyCollectionsLoaded ({ required this.allCollections, required this.filteredCollections, required this.selectedCollections, this.searchQuery='', })
WeeklyCollectionsLoaded copyWith ({ List< ResWeeklyCollectionEntity >? allCollections, List< ResWeeklyCollectionEntity >? filteredCollections, Set< ResWeeklyCollectionEntity >? selectedCollections, String? searchQuery, })

Variables

part of weekly_collections_bloc dart
sealed class WeeklyCollectionsState extends Equatable allCollections
final List< ResWeeklyCollectionEntityfilteredCollections
final Set< ResWeeklyCollectionEntityselectedCollections
final String searchQuery
override List< Object > get props => [allCollections

Function Documentation

◆ copyWith()

◆ WeeklyCollectionsLoaded()

const WeeklyCollectionsLoaded ( { required this.allCollections, required this.filteredCollections, required this.selectedCollections, this.searchQuery='', } )
Here is the caller graph for this function:

Variable Documentation

◆ allCollections

sealed class WeeklyCollectionsState extends Equatable allCollections

◆ dart

part of weekly_collections_bloc dart

Definition at line 1 of file weekly_collections_state.dart.

◆ filteredCollections

override List< Object > get filteredCollections

Definition at line 16 of file weekly_collections_state.dart.

◆ props

override List<Object> get props => [allCollections

Definition at line 28 of file weekly_collections_state.dart.

◆ searchQuery

override List< Object > get searchQuery

Definition at line 18 of file weekly_collections_state.dart.

◆ selectedCollections

override List<Object> get selectedCollections

Definition at line 17 of file weekly_collections_state.dart.