updateStatus method

GenericGame updateStatus(
  1. GameStatus status
)

Returns a copy of the GenericGame with the status updated to status

Implementation

GenericGame updateStatus(GameStatus status) => copyWith(status: status);