copyWith method

FollowingComponentLoaded copyWith({
  1. FollowingModel? copyThis,
})

Implementation

FollowingComponentLoaded copyWith({FollowingModel? copyThis}) {
  return FollowingComponentLoaded(value: copyThis ?? value);
}