copyWith property

BoardsSpawnRequestCopyWith<BoardsSpawnRequest, BoardsSpawnRequest, BoardsSpawnRequest> get copyWith

Implementation

BoardsSpawnRequestCopyWith<
  BoardsSpawnRequest,
  BoardsSpawnRequest,
  BoardsSpawnRequest
>
get copyWith =>
    _BoardsSpawnRequestCopyWithImpl<BoardsSpawnRequest, BoardsSpawnRequest>(
      this as BoardsSpawnRequest,
      $identity,
      $identity,
    );