copyWith method

  1. @override
FortState copyWith(
  1. FortState other
)
override

Implementation

@override
FortState copyWith(FortState other) {
  throw UnimplementedError();
}