copyWith method

FeedMenuComponentLoaded copyWith({
  1. FeedMenuModel? copyThis,
})

Implementation

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