menu
auto_go_route_generator package
documentation
auto_go_route_generator.dart
PathParameters
PathParameters.new const constructor
PathParameters.new const constructor
dark_mode
light_mode
PathParameters
constructor
const
PathParameters
(
{
required
List
<
String
>
required
,
required
List
<
String
>
optional
,
})
Implementation
const PathParameters({ required this.required, required this.optional, });
auto_go_route_generator package
documentation
auto_go_route_generator
PathParameters
PathParameters.new const constructor
PathParameters class