defaultRouteName constant Null safety
The name for the default route of the application.
See also:
- dart:ui.PlatformDispatcher.defaultRouteName, which reflects the route that the application was started with.
Implementation
static const String defaultRouteName = '/';