copyWith method

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

Implementation

@override
FortState<T> copyWith(FortState<T> other) {
  return this;
}