menu
air_framework package
documentation
framework/generator/annotations.dart
Route
Route.new const constructor
Route.new const constructor
dark_mode
light_mode
Route
constructor
const
Route
(
String
path
, {
String
?
name
,
bool
requiresAuth
=
false
,
})
Implementation
const Route(this.path, {this.name, this.requiresAuth = false});
air_framework package
documentation
framework/generator/annotations
Route
Route.new const constructor
Route class