copyWith method

Implementation

FollowRequestComponentLoaded copyWith({FollowRequestModel? copyThis}) {
  return FollowRequestComponentLoaded(value: copyThis ?? value);
}