menu
dartness_server package
documentation
route.dart
ControllerRoute
handler property
handler property
dark_mode
light_mode
handler
property
Function
handler
final
The function to be called when executing the route.
Implementation
final Function handler;
dartness_server package
documentation
route
ControllerRoute
handler property
ControllerRoute class