controller property

WaController? controller
getter/setter pair

The controller associated with this route. This is an instance of WaController that will handle the request for this route.

Implementation

late WaController? controller;