controller property
The controller associated with this route. This is an instance of Controller that will handle the request for this route.
Implementation
late Controller? controller;
The controller associated with this route. This is an instance of Controller that will handle the request for this route.
late Controller? controller;