controller property

Controller? controller
getter/setter pair

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

Implementation

late Controller? controller;