copyWith method
Implementation
FeedMenuComponentLoaded copyWith({FeedMenuModel? copyThis}) {
return FeedMenuComponentLoaded(value: copyThis ?? value);
}
FeedMenuComponentLoaded copyWith({FeedMenuModel? copyThis}) {
return FeedMenuComponentLoaded(value: copyThis ?? value);
}