Update Response and Requests authored by Nicholas Sarian's avatar Nicholas Sarian
[[_TOC_]]
# Request # Request
In the game manager, requests are simple classes with a constructor, a method for comparing for equality, a way to convert the object into json, and a toString method. Using the create_player_request.dart as an example, it contains 5 instance variables: name, password, crew, major, and section. The variables and the constructor are defined as follows: In the game manager, requests are simple classes with a constructor, a method for comparing for equality, a way to convert the object into json, and a toString method. Using the create_player_request.dart as an example, it contains 5 instance variables: name, password, crew, major, and section. The variables and the constructor are defined as follows:
... ...
......