interfaces library Null safety
Classes
- EngineModel
- A model of an entity within the engine. [...]
-
EngineModelController<
T extends EngineModel> - Controller responsible for updating a single model [...]
- IApiEndpoint
-
Identifiable<
ID_TYPE> - A base class for other classes to ensure that they specify an identifier
- IName
-
ModelController<
T, STORAGE extends SimpleStorage> - Controller responsible for updating a single model [...]
-
ModelControllerListener<
CONTROLLER extends ModelController< dynamic, SimpleStorage> , MODEL> - Listener for a model controller update [...]
- ToJson
- A class that can be rendered as a json object