mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-15 09:45:25 +00:00
formatted all files.
This commit is contained in:
@ -44,15 +44,16 @@ class SpaceTreeState extends Equatable {
|
||||
PaginationModel? paginationModel,
|
||||
bool? paginationIsLoading}) {
|
||||
return SpaceTreeState(
|
||||
communityList: communitiesList ?? this.communityList,
|
||||
communityList: communitiesList ?? communityList,
|
||||
filteredCommunity: filteredCommunity ?? this.filteredCommunity,
|
||||
expandedSpaces: expandedSpaces ?? this.expandedSpaces,
|
||||
expandedCommunities: expandedCommunity ?? this.expandedCommunities,
|
||||
expandedCommunities: expandedCommunity ?? expandedCommunities,
|
||||
selectedCommunities: selectedCommunities ?? this.selectedCommunities,
|
||||
selectedSpaces: selectedSpaces ?? this.selectedSpaces,
|
||||
soldCheck: soldCheck ?? this.soldCheck,
|
||||
isSearching: isSearching ?? this.isSearching,
|
||||
selectedCommunityAndSpaces: selectedCommunityAndSpaces ?? this.selectedCommunityAndSpaces,
|
||||
selectedCommunityAndSpaces:
|
||||
selectedCommunityAndSpaces ?? this.selectedCommunityAndSpaces,
|
||||
searchQuery: searchQuery ?? this.searchQuery,
|
||||
paginationModel: paginationModel ?? this.paginationModel,
|
||||
paginationIsLoading: paginationIsLoading ?? this.paginationIsLoading);
|
||||
|
Reference in New Issue
Block a user