copyWith method

  1. @override
FortState<FeedState> copyWith(
  1. FortState<FeedState> other
)
override

Implementation

@override
FortState<FeedState> copyWith(FortState<FeedState> other) {
  // TODO: implement copyWith
  throw UnimplementedError();
}