menu
utopia_http package
documentation
utopia_http.dart
Route
Route constructor
Route constructor
dark_mode
light_mode
Route
constructor
Route
(
String
method
,
String
path
)
Implementation
Route(this.method, this.path) : super() { Route.counter++; order = counter; }
utopia_http package
documentation
utopia_http
Route
Route constructor
Route class