copyWith property

ObjectsSpawnedCopyWith<ObjectsSpawned, ObjectsSpawned, ObjectsSpawned> get copyWith

Implementation

ObjectsSpawnedCopyWith<ObjectsSpawned, ObjectsSpawned, ObjectsSpawned>
get copyWith => _ObjectsSpawnedCopyWithImpl<ObjectsSpawned, ObjectsSpawned>(
  this as ObjectsSpawned,
  $identity,
  $identity,
);